Crates.io | simplearrayhash |
lib.rs | simplearrayhash |
version | 0.1.1 |
source | src |
created_at | 2022-04-27 14:51:25.725753 |
updated_at | 2022-04-27 15:45:15.308634 |
description | simplearrayhash |
homepage | https://github.com/kampersanda/simplearrayhash |
repository | https://github.com/kampersanda/simplearrayhash |
max_upload_size | |
id | 576079 |
size | 12,760 |
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.