Skip to content

Commit 79d8951

Browse files
Update README.md
1 parent c676c90 commit 79d8951

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ The benchmark was configured as follows:
5757
5858
| <int, uint> | sorted by key | iteration | total (ms) | one time (ns) | speed | IOPS |
5959
| --- | :---: | ---: | ---: | ---: | :---: | ---: |
60-
| [**fastDB<...>**](http://www.inmem.cz/inmem_letak.pdf) | **Yes** | 10,000,000 | **101** | **10.08** | **198%** | **100**,000,000 |
61-
| [**FcsFastBTreeN<...>**](#fcsfastbtreentkey-tvalue) | **Yes** | 10,000,000 | **200** | **20** | **100%** | 43,000,000 |
62-
| SortedSet<...> | **Yes** | 10,000,000 | ~~ 1,230 ~~ | ~~ 123 ~~ | ~~ 16% ~~ | 7,500,000 |
63-
| HashSet<...> | No | 10,000,000 | 47.3 | 4,73 | 422% | **200**,000,000 |
60+
| [**fastDB<...>**](http://www.inmem.cz/inmem_letak.pdf) | **Yes** | 10,000,000 | **100** | **10** | **200%** | **100**,000,000 |
61+
| [**FcsFastBTreeN<...>**](#fcsfastbtreentkey-tvalue) | **Yes** | 10,000,000 | **200** | **20** | **100%** | 50,000,000 |
62+
| SortedSet<...> | **Yes** | 10,000,000 | ~~ 1,230 ~~ | ~~ 123 ~~ | ~~ 16% ~~ | 8,000,000 |
63+
| HashSet<...> | No | 10,000,000 | 47.3 | 4,73 | 422% | **210**,000,000 |
6464
| Dictionary<...> | No | 10,000,000 | 86.5 | 8,65 | 231% | **115**,000,000 |
6565

6666
 

0 commit comments

Comments
 (0)