From fda2e8dd57abcfe9488c9bb7c0b14795fe03da2d Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Mon, 17 Apr 2023 12:06:40 +0300 Subject: [PATCH] #7 doc --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f57494c..ace7925 100644 --- a/README.md +++ b/README.md @@ -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