We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2434196 commit bdef499Copy full SHA for bdef499
README.md
@@ -49,7 +49,7 @@ if !tree.contains_key(&20) {
49
| Operation | `flat_rbtree` | `rbtree` |
50
|-----------|----------------|---------------|
51
| **Insert** | 1.14 ms | 1.34 ms |
52
-| **Remove** | 2.12 ns | 0.354 ns |
+| **Remove** | 2.12 ns | 0.35 ns |
53
| **Search** | 655 µs | 514 µs |
54
55
## Benchmark: `flat_rbtree` vs [`BTreeMap`](https://doc.rust-lang.org/std/collections/struct.BTreeMap.html) (10,000 operations)
0 commit comments