Handbook
Glossary
bucket-swap ( fingerprint bucket -- fingerprint' )
Vocabulary
cuckoo-filters
.
private
Inputs
fingerprint
an
object
bucket
an
object
Outputs
fingerprint'
an
object
Definition
USING:
kernel
random
sequences
;
IN:
cuckoo-filters.private
:
bucket-swap
( fingerprint bucket -- fingerprint' )
[
length
random
]
keep
[
swap
]
change-nth
;