- 13 Feb, 2019 1 commit
-
-
Shubham Lagwankar authored
* Problem: trie benchmarks count loop times instead of lookup calls Solution: measure the time taken by each lookup call instead Other changes: - show average time taken and reduce other output - show number of keys, queries and key size before running the benchmark - use steady_clock as high_resolution_clock might not be steady - increase size of query set to 1M
-
- 09 Nov, 2018 1 commit
-
-
Shubham Lagwankar authored
* Problem: radix tree needs benchmarks and improvements Solution: add a benchmark and make suggested improvements
-