This commit is contained in:
greg
2019-03-02 22:32:04 -05:00
parent 80d9b9a811
commit fd4fe938dc
3 changed files with 2 additions and 2 deletions
Vendored
+1 -1
View File
@@ -4,7 +4,7 @@
(c) Gregory Popovitch - 2/28/2019
[tl;dr] built on top of Abseil's flat_hash_map, the parallel flat_hash_map is
more memory friendly, and can be used from multiple with high levels of
more memory friendly, and can be used from multiple threads with high levels of
concurrency
### A quick look at the current state of the art
+1 -1
View File
@@ -8,7 +8,7 @@
| h=0x7d84ea13707f4657 | | submap0 |
+---------+------------+ +----------------+
| | submap1 |
| "(h ^ (h <> 3)) & 0x7" +----------------+
| "(h ^ (h >> 3)) & 0x7" +----------------+
| | submap2 |
+----+----+ +----------------+
|"idx = 5"| | submap3 |
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB