mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 16:40:39 +08:00
wip
This commit is contained in:
@@ -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
|
||||
|
||||
Vendored
+1
-1
@@ -8,7 +8,7 @@
|
||||
| h=0x7d84ea13707f4657 | | submap0 |
|
||||
+---------+------------+ +----------------+
|
||||
| | submap1 |
|
||||
| "(h ^ (h <> 3)) & 0x7" +----------------+
|
||||
| "(h ^ (h >> 3)) & 0x7" +----------------+
|
||||
| | submap2 |
|
||||
+----+----+ +----------------+
|
||||
|"idx = 5"| | submap3 |
|
||||
|
||||
Vendored
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Reference in New Issue
Block a user