Handbook
Glossary
hash-index ( hash -- fingerprint index )
Vocabulary
cuckoo-filters
.
private
Inputs
hash
an
object
Outputs
fingerprint
an
object
index
an
object
Definition
USING:
alien
alien.c-types
alien.data
kernel
;
IN:
cuckoo-filters.private
:
hash-index
( hash -- fingerprint index )
4
over
<displaced-alien>
[
uint
deref
]
bi@
;