One Slow Memory Access Hash Table ∗

Tong Yang,Yufei Wang,Haowei Zhang,Yunlong Wang,Guojie Luo,Jiaxi Zhang,Xiaoming Li,Steve Uhlig
2018-01-01
Abstract:Existing hash tables cannot guarantee onememory access per query in the worst case without update failures. In this paper, we propose the OMH table, which is deployed in the fast-slow hierarchical memories (e.g., GPU/CPU). Our hash table builds exclusive fingerprints in the fast memory to guide query in the slow memory, and it needs one slow memory access per query in the worst case, supports fast incremental updates, and guarantees no update failure.
What problem does this paper attempt to address?