summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-09-30 23:49:29 +0200
committerGitHub <[email protected]>2020-09-30 23:49:29 +0200
commit67754e11a522929612be8e98277b38fc176315a8 (patch)
tree1ed633a29103b863cd8f4d932ddb7f690c0da1a1
parent8bbdeff40eca3d4f4ac5527969dc9acacc999ab7 (diff)
downloadSTC-modified-67754e11a522929612be8e98277b38fc176315a8.tar.gz
STC-modified-67754e11a522929612be8e98277b38fc176315a8.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ac1072c5..bcfc3f99 100644
--- a/README.md
+++ b/README.md
@@ -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