Skip to main content

Module data

Module data 

Source
Expand description

Wrapper around a fast-ish data structure for detecting replays with some false positive rate. Bloom filters, cuckoo filters, and xorf filters are all an option here. You could even use a HashSet.

We isolate this code to make it easier to replace.

Structsยง

Filter ๐Ÿ”’
A probabilistic membership filter.