Files
bind9/lib/dns
Ondřej Surý b8a9631754 Use hashmap when parsing a message
When parsing messages use a hashmap instead of a linear search to reduce
the amount of work done in findname when there's more than one name in
the section.

There are two hashmaps:

1) hashmap for owner names - that's constructed for each section when we
hit the second name in the section and destroyed right after parsing
that section;

2) per-name hashmap - for each name in the section, we construct a new
hashmap for that name if there are more than one rdataset for that
particular name.
2024-01-05 11:35:25 +01:00
..
2023-10-13 14:44:40 +02:00
2023-12-06 17:31:38 -08:00
2023-09-12 16:14:10 +02:00
2024-01-03 12:09:11 +11:00
2023-08-09 23:48:17 +00:00
2023-12-20 08:30:44 +00:00
2024-01-03 12:09:11 +11:00
2023-10-10 16:57:18 +02:00
2024-01-05 11:35:25 +01:00
2023-09-12 16:14:10 +02:00
2023-10-13 09:57:28 +00:00
2023-08-31 22:08:35 +02:00
2023-10-09 13:29:02 -07:00
2023-08-31 22:08:35 +02:00
2023-10-13 14:44:40 +02:00
2023-11-21 14:48:43 +11:00
2023-06-14 08:14:38 +00:00
2024-01-05 11:16:12 +01:00