/Bloom-Filter

A Bloom filter is an exotic data structure designed to tell you, rapidly and memory-efficiently, whether an element is present in a set.

Primary LanguageJava

Watchers