Open andychu opened 10 years ago
Currently we are using bloom filters for reporting arbitrary strings. As mentioned in the paper, you can also pre-assign choices to individual bits.
Possible interface:
EnumReporter() StringReporter()
etc.
Currently we are using bloom filters for reporting arbitrary strings. As mentioned in the paper, you can also pre-assign choices to individual bits.
Possible interface:
EnumReporter() StringReporter()
etc.