diff options
| author | Tyge Løvset <[email protected]> | 2020-09-30 23:49:29 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-09-30 23:49:29 +0200 |
| commit | 67754e11a522929612be8e98277b38fc176315a8 (patch) | |
| tree | 1ed633a29103b863cd8f4d932ddb7f690c0da1a1 | |
| parent | 8bbdeff40eca3d4f4ac5527969dc9acacc999ab7 (diff) | |
| download | STC-modified-67754e11a522929612be8e98277b38fc176315a8.tar.gz STC-modified-67754e11a522929612be8e98277b38fc176315a8.zip | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,7 +120,7 @@ BMAP: time: 0.60, size: 13971002, sum 1344701724191145 FMAP: time: 0.56, size: 13971002, sum 1344701724191145
HMAP: time: 0.51, size: 13971002, sum 1344701724191145
```
-From these tests *robin_hood* and *khash* wins by a tiny margin, but with random numbers in 0 - 2^20 range, khash was not as great:
+From these tests *cmap*, *robin_hood* and *khash* are almost equally fast. std::unordered_map is horrible. With random numbers in 0 - 2^20 range, khash performs worse, though:
```
Unordered maps: 30000000 repeats of Insert random key + try to remove a random key:
CMAP: time: 1.93, sum: 450000015000000, size: 524809, erased 14738434
|
