Files
bind9/lib/dns
Tony Finch 96b6d78f75 Speed up lib/dns/gen.c
The `gen` program was causing a lengthy single-threaded pause in
the BIND build. When generating RDATATYPE_FROMTEXT_SW(), `gen` hit
the inner loop of `find_typename()` over 1.2 billion times. This
change avoids long deeply-nested loops, so `gen` now runs in less
than 10ms, about 300x faster.

No changes to the output.
2022-11-28 09:44:26 +00:00
..
2022-10-29 00:22:54 +11:00
2022-10-17 11:58:26 +01:00
2022-10-25 10:35:07 +02:00
2022-10-14 16:39:21 +02:00
2022-10-17 11:58:26 +01:00
2022-11-28 09:44:26 +00:00
2022-10-17 11:58:26 +01:00
2022-10-25 10:35:07 +02:00
2022-09-08 11:27:31 +02:00
2022-09-13 12:07:13 +10:00
2022-10-29 00:22:54 +11:00
2022-10-17 11:58:26 +01:00
2022-09-23 13:23:49 +00:00
2022-11-11 15:26:11 +00:00
2022-11-11 15:26:11 +00:00