From 67754e11a522929612be8e98277b38fc176315a8 Mon Sep 17 00:00:00 2001 From: Tyge Løvset <60263450+tylov@users.noreply.github.com> Date: Wed, 30 Sep 2020 23:49:29 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3