Bloom filter for probabilistic membership testing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(lint): remove redundant make_ prefixes (E331)

Rename make_superblock → superblock, make_inode_buf → inode_buf,
make_image → image, make_key → key in squashfs and streaming-aead.

-2
-2
fuzz/fuzz_bloom.ml
··· 108 108 test_case "intersection preserves common" [ list bytes ] test_intersection; 109 109 test_case "invalid error_rate" [ const () ] test_invalid_error_rate; 110 110 ] ) 111 - 112 - let run () = Crowbar.run "bloom" [ suite ]