/bench_vec_vs_map_lookup

benchmarks at what size it becomes preferable to use a HashMap over a Vec

Primary LanguageRust

Simple bnechmark to test at what Vec length it becomes preferable to use a HashMap instead.

Run with cargo bench