mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-18 08:32:17 -04:00
The main benchmark is `qpmulti`, which exercizes the qp-trie transactional API with differing numbers of threads and differing data sizes, to get some idea of how its performance scales. The `load-names` benchmark compares the times to populate and query and the memory used by various BIND data structures: qp-trie, hash table (chained), hash map (closed), and red-black tree. The `qp-dump` program is a test utility rather than a benchmark. It populates a qp-trie and prints it out, either in an ad-hoc text format, or as input to the graphviz `dot` program.
8 lines
90 B
Text
8 lines
90 B
Text
/ascii
|
|
/compress
|
|
/iterated_hash
|
|
/dns_name_fromwire
|
|
/load-names
|
|
/qp-dump
|
|
/qpmulti
|
|
/siphash
|