# simplearrayhash

[](https://docs.rs/simplearrayhash)
[](https://crates.io/crates/simplearrayhash)
[](https://github.com/kampersanda/simplearrayhash/blob/master/LICENSE)
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.