mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-24 02:10:30 -05:00
The load-names benchmark was originally only measuring single thread performance of the data structures. As this is not how those are used in the real life, it was refactored to be multi-threaded with proper protections in place (rwlock for ht, hashmap and rbt; transactions for qp). The qp test has been extended to see effect of the dns_qp_compact() and rcu_barrier() on the overall speed and memory consumption. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| ascii.c | ||
| compress.c | ||
| dns_name_fromwire.c | ||
| iterated_hash.c | ||
| load-names.c | ||
| Makefile.am | ||
| qp-dump.c | ||
| qpmulti.c | ||
| siphash.c | ||