code wiki / bloom
topic: bloom
4 modules sharing the bloom name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| bloom.nx | Bloom filter (Burton Howard Bloom, 1970). | 123 | 7 |
| nx_bloom.nx | Bloom filter (Burton Howard Bloom, 1970). | 145 | 7 |
| nx_bloom_capacity.nx | FPR-profile constructor on top of nx_bloom. | 84 | 6 |
| nx_bloom_capacity_test.nx | smoke for FPR-profile bloom construction. | 48 | 1 |