You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A bit shifting bloom filter in c intended for smaller memory usage. Eventually intented to be cross platform and to consider memory paging in allocation.
Depends on glib for utf8/unicode functions and unit testing.
About
A bitshifting bloom filter in c, intended to potentially have lower memory usage.