Skip to content

Commit bdef499

Browse files
authored
Update README.md
1 parent 2434196 commit bdef499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if !tree.contains_key(&20) {
4949
| Operation | `flat_rbtree` | `rbtree` |
5050
|-----------|----------------|---------------|
5151
| **Insert** | 1.14 ms | 1.34 ms |
52-
| **Remove** | 2.12 ns | 0.354 ns |
52+
| **Remove** | 2.12 ns | 0.35 ns |
5353
| **Search** | 655 µs | 514 µs |
5454

5555
## Benchmark: `flat_rbtree` vs [`BTreeMap`](https://doc.rust-lang.org/std/collections/struct.BTreeMap.html) (10,000 operations)

0 commit comments

Comments
 (0)