Skip to content

Instantly share code, notes, and snippets.

View straight-shoota's full-sized avatar

Johannes Müller straight-shoota

View GitHub Profile
@straight-shoota
straight-shoota / result.txt
Last active June 28, 2017 17:53 — forked from lbguilherme/result.txt
Benchmark large NamedTuple check-every-key-lookup vs. trie lookup vs. hash conversion
check every key 3.0 (333.07ms) (±21.04%) 20.38× slower
trie lookup 33.95 ( 29.46ms) (±11.63%) 1.80× slower
hash 61.19 ( 16.34ms) (±17.27%) fastest