Handbook
Glossary
hash-indices ( bytes cuckoo-filter -- fingerprint index alt-index )
Vocabulary
cuckoo-filters
.
private
Inputs
bytes
an
object
cuckoo-filter
an
object
Outputs
fingerprint
an
object
index
an
object
alt-index
an
object
Definition
USING:
accessors
checksums
kernel
;
IN:
cuckoo-filters.private
:
hash-indices
( bytes cuckoo-filter -- fingerprint index alt-index )
checksum>>
checksum-bytes
hash-index
2dup
alt-index
;