Handbook
Glossary
double-hashcodes ( object -- hash0 hash1 )
Vocabulary
bloom-filters
.
private
Inputs
object
an
object
Outputs
hash0
an
object
hash1
an
object
Definition
USING:
kernel
layouts
math
;
IN:
bloom-filters.private
:
double-hashcodes
( object -- hash0 hash1 )
hashcode
>fixnum
dup
most-positive-fixnum
bitxor
>fixnum
;