bind9/lib/dns/include
Ondřej Surý 849c05adf4
Use hashtable when parsing a message
When parsing messages use a hashtable 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 hashtables:

1) hashtable 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 hashtable - for each name in the section, we construct a new
hashtable for that name if there are more than one rdataset for that
particular name.

(cherry picked from commit b8a9631754)
2024-01-05 11:50:23 +01:00
..
dns Use hashtable when parsing a message 2024-01-05 11:50:23 +01:00
dst Restore the ability to read legacy K*+157+* files 2023-06-29 10:32:10 +10:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00