26th Annual Symposium on Foundations of Computer Science (Sfcs 1985) 1985
DOI: 10.1109/sfcs.1985.48
|View full text |Cite
|
Sign up to set email alerts
|

Robin hood hashing

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
98
0

Year Published

1988
1988
2022
2022

Publication Types

Select...
5
3

Relationship

1
7

Authors

Journals

citations
Cited by 86 publications
(98 citation statements)
references
References 6 publications
0
98
0
Order By: Relevance
“…If that too is occupied, its old inhabitant is moved, etc. RH Robin Hood, see Celis, Larson and Munro [4] and [15,. When an item wants a cell that is already occupied by another item, the item (of the two) with the largest current displacement is put in the cell and the other is moved to the next cell, where the same rule applies recursively.…”
Section: Introductionmentioning
confidence: 99%
“…If that too is occupied, its old inhabitant is moved, etc. RH Robin Hood, see Celis, Larson and Munro [4] and [15,. When an item wants a cell that is already occupied by another item, the item (of the two) with the largest current displacement is put in the cell and the other is moved to the next cell, where the same rule applies recursively.…”
Section: Introductionmentioning
confidence: 99%
“…For FCFS linear probing the result was proven by Knuth [10]. This is also true for the other variants, in particular for last-comefirst-served (LCFS) [17] and Robin Hood [2,4]. Take for instance LCFS and let x be the item to be removed.…”
Section: Deletions In Linear Probing Hash Tablesmentioning
confidence: 85%
“…For instance, in many practical settings it is highly unlikely to have probe sequences of length ≥ 32 unless the load factor is too close to 1-recall that the maximum length of a probe sequence is O(logn) in FCFS [16,7] and O(loglogn) in RH [5,2] if α < 1. Unless space is a severe restriction and we are willing to deal with bit fiddling, alignment issues, etc., the extra space to store the distance to home locations (or number of probes made) will not occupy more memory than the Boolean flag per slot which would be necessary to know whether the slot is empty or not.…”
Section: Deletions In Linear Probing Hash Tablesmentioning
confidence: 99%
See 1 more Smart Citation
“…Robin Hood Hashing [6] tied to equalize the length of probe sequences by leaving the item with the longer probe sequence in current probing position and move forward the other one with shorter probe sequence in case of collision. Cuckoo Hashing [7][8] [9] used two hash tables and two different hash functions respectively; each item, is either in the first hash table or in the other one.…”
Section: Related Workmentioning
confidence: 99%