Sciweavers

PPOPP
2012
ACM

CPHASH: a cache-partitioned hash table

12 years 4 days ago
CPHASH: a cache-partitioned hash table
CPHASH is a concurrent hash table for multicore processors. CPHASH partitions its table across the caches of cores and uses message passing to transfer lookups/inserts to a partition. CPHASH’s message passing avoids the need for locks, pipelines batches of asynchronous messages, and packs multiple messages into a single cache line transfer. Experiments on a 80-core machine with 2
Zviad Metreveli, Nickolai Zeldovich, M. Frans Kaas
Added 25 Apr 2012
Updated 25 Apr 2012
Type Journal
Year 2012
Where PPOPP
Authors Zviad Metreveli, Nickolai Zeldovich, M. Frans Kaashoek
Comments (0)