Files
parallel-hashmap/diagrams/index_computation
T
2019-03-02 21:02:11 -05:00

26 lines
1.3 KiB
Plaintext
Vendored

+---------------+
| "(Key, Value)"|
+------+--------+
|
| hasher "Parallel Hash Map"
v "(with 8 submaps)"
+--------+-------------+ +----------------+
| h=0x7d84ea13707f4657 | | submap0 |
+---------+------------+ +----------------+
| | submap1 |
| "(h ^ (h <> 3)) & 0x7" +----------------+
| | submap2 |
+----+----+ +----------------+
|"idx = 5"| | submap3 |
+----+----+ +----------------+
| | submap4 |
| +----------------+
+------------------------------->| submap5 |
+----------------+
| submap6 |
+----------------+
| submap7 |
+----------------+
"parallel_hash_map with 8 subtables"