1 USING: accessors combinators combinators.short-circuit
2 cuckoo-filters kernel math.parser sequences tools.test ;
5 "factor" 100 <cuckoo-filter> {
15 { 250,000 250,000 0 } [
16 250,000 <cuckoo-filter>
17 250,000 [ number>string ] { } map-integers
21 [ over cuckoo-lookup not ]
22 [ over cuckoo-insert ]
26 [ [ over cuckoo-lookup ] count swap ]
27 [ [ over cuckoo-delete drop ] each ] tri