bind9/lib
Aram Sargsyan 60dece8277 Increase catalog zone entries hash table's bits size
The hash table implementation in the current branch does not
support automatic resize operation, so the initial value of
the table should be chosen carefully.

Catalog zones entries hash table's size is currently only 4 bits,
which is very low for a catalog zone with thousands of entries,
and causes CPU consumption spikes when working with the hash
table to add/delete/search entries.

Use 16 bits instead, which should make working with big catalog
zones much faster at the expense of slightly higher memory usage,
i.e. 512 KiB for a 64-bit system for each catalog zone.
2023-01-11 17:26:26 +00:00
..
bind9 Update sources to Clang 15 formatting 2022-11-29 10:30:34 +01:00
dns Increase catalog zone entries hash table's bits size 2023-01-11 17:26:26 +00:00
irs Update sources to Clang 15 formatting 2022-11-29 10:30:34 +01:00
isc Accept 'in=NULL' with 'inlen=0' in isc_{half}siphash24 2023-01-10 18:36:27 +11:00
isccc Update sources to Clang 15 formatting 2022-11-29 10:30:34 +01:00
isccfg deprecate dscp configuration 2023-01-10 11:16:18 -08:00
ns Check for NULL before dereferencing qctx->rpz_st 2023-01-09 13:57:44 +01:00
win32/bindevt Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
Kyuafile Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
Makefile.in Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00