Skip to search formSkip to main contentSkip to account menu

Cuckoo hashing

Known as: Cuckoo (disambiguation), Cuckoo hash, Cuckoo hash table 
Cuckoo hashing is a scheme in computer programming for resolving hash collisions of values of hash functions in a table, with worst-case constant… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2018
2018
In recent years, the increasing popularity of outsourcing data to third-party cloud servers sparked a major concern towards data… 
2014
2014
This paper presents a lock-free cuckoo hashing algorithm, to the best of our knowledge this is the first lock-free cuckoo hashing… 
2014
2014
Metaheuristic algorithm is one of the most popular methods in solving many optimization problems. This paper presents a new… 
2013
2013
Recently, many studies have been conducted on key-value store as a platform for distributed storage services. A key-value store… 
2011
2011
A downside of cuckoo hashing is that it requires lookups to multiple locations, making it a less compelling alternative when… 
2011
2011
Set intersection is the core in a variety of problems, e.g. frequent item set mining and sparse boolean matrix multiplication. It… 
2007
2007
Pattern matching for network intrusion/prevention detection demands exceptionally high throughput with recent updates to support… 
2006
2006
In recent work, the authors introduced a data structure with the same functionality as a counting Bloom filter (CBF) based on… 
2004
2004
State memorization is essential for state-space search to avoid redundant expansions and hashingserves as a method to, address…