A [...] is a space-efficient, probabilistic data structure to keep track of what items are part of a group (set)
However, it can have false positive matches.
A Bloom Filter is a space-efficient, probabilistic data structure to keep track of what items are part of a group (set)
However, it can have false positive matches.