hashmap_v2 GPU Hashmap v2 — SwissTable-Inspired A u32 -> u32 hashmap that adds the three structural ideas behind hashbrown's SwissTable to the open-addressed v1 baseline (the sibling hashmap example ...
What v2 had that v3 dropped (with the empirical reason): FULL(h2) stores the bottom seven bits of the key's h2 fingerprint. RESERVED_TAG means an insert has claimed the byte and is publishing the ...