Divide and discriminate: algorithm for deterministic and fast hash lookups

D Ficara, S Giordano, S Kumar, B Lynch - Proceedings of the 5th ACM …, 2009 - dl.acm.org
D Ficara, S Giordano, S Kumar, B Lynch
Proceedings of the 5th ACM/IEEE Symposium on Architectures for Networking …, 2009dl.acm.org
Exact and approximate membership lookups are among the most widely used primitives in a
number of network applications. Hash tables are commonly used to implement these
primitive functions as they provide O (1) operations at moderate load (table occupancy).
However, at high load, collisions become prevalent in the table, which makes lookup highly
non-deterministic and reduces the average performance. Slow and non-deterministic
lookups are detrimental to the performance and scalability of modern platforms such as …
Exact and approximate membership lookups are among the most widely used primitives in a number of network applications. Hash tables are commonly used to implement these primitive functions as they provide O(1) operations at moderate load (table occupancy). However, at high load, collisions become prevalent in the table, which makes lookup highly non-deterministic and reduces the average performance. Slow and non-deterministic lookups are detrimental to the performance and scalability of modern platforms such as ASIC/FPGA and multi-core that use highly parallel compute and memory structures.
To combat non-determinism and achieve high rate lookups, a recent series of papers employ compact on-chip memory that augments the main hash table and stores certain key information. Unfortunately, they require substantial on-chip memory space and bandwidth, and fail to provide 100% guarantee on lookup rate. In this paper, we solve this with a novel construction that requires 10-fold smaller on-chip memory and guarantees that all lookups require a single hash table access at near full load. The on-chip memory uses only between 1- and 2-bit per item and also needs a small number of accesses (between two and four) per lookup. This represents a substantial improvement over previous schemes and therefore can help realize highly scalable and deterministic lookup tables in modern parallel platforms.
ACM Digital Library
以上显示的是最相近的搜索结果。 查看全部搜索结果

Google学术搜索按钮

example.edu/paper.pdf
搜索
获取 PDF 文件
引用
References