2 releases

0.1.1 Apr 27, 2022
0.1.0 Apr 27, 2022

#1745 in Text processing

23 downloads per month

MIT license

12KB
252 lines

simplearrayhash

Documentation Crates.io License: MIT

Just a fast hash table for string keys.

For example, a benchmark result using unidic showed

simplearrayhash::HashMap::get = 25.869 us
std::collections::HashMap::get = 104.38 us

on my laptop PC.


lib.rs:

simplearrayhash

Just a fast hash table for string keys.

Dependencies

~2MB
~42K SLoC