Created
January 19, 2018 17:57
-
-
Save treeform/4914bbbb7082e0e620085610ce22566a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kiwi_bench.nim relative time/iter iters/s | |
============================================================================ | |
"insert kiwi" 668.40ns 1.50M | |
"insert table" 1.56us 641.25K | |
"lookup kiwi" 6.33us 158.04K | |
"lookup table" 2.05us 488.90K | |
"lookup kiwi big keys" 6.25us 159.92K | |
"lookup table big keys" 3.12us 320.71K | |
"lookup kiwi more keys x 100" 346.92us 2.88K | |
"lookup table more keys x 100" 161.57us 6.19K | |
"lookup many kiwis" 244.79ms 4.09 | |
"lookup many tables" 354.28ms 2.82 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment