Skip to content

Commit

Permalink
#7 doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Apr 17, 2023
1 parent 03d180d commit fda2e8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

At least **5x faster** alternative of [`HashMap`](https://doc.rust-lang.org/std/collections/struct.HashMap.html),
for very small maps. It is also faster than
[FxHashMap](https://github.com/rust-lang/rustc-hash)
[FxHashMap](https://github.com/rust-lang/rustc-hash),
[Hashbrown](https://github.com/rust-lang/hashbrown),
and
[ArrayMap](https://github.com/robjtede/tinymap).
The smaller the map, the higher the
Expand Down

0 comments on commit fda2e8d

Please sign in to comment.