Bloom filter for probabilistic membership testing
0
fork

Configure Feed

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

monopam quality: package quality scanning with git-hash cache

monopam quality — scans packages for quality features, caches by
git commit hash. 166 packages: build=163, test=162, fuzz=94,
interop=39, doc=42.

+1
+1
bloom.opam
··· 5 5 "Bloom filters are probabilistic data structures for membership testing. A positive result means the element may be in the set, while a negative result means it is definitely not." 6 6 maintainer: ["Thomas Gazagnaire"] 7 7 authors: ["Clément Pascutto" "Thomas Gazagnaire"] 8 + tags: ["org:blacksun" "storage"] 8 9 homepage: "https://tangled.org/gazagnaire.org/ocaml-bloom" 9 10 bug-reports: "https://tangled.org/gazagnaire.org/ocaml-bloom/issues" 10 11 depends: [