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
{{ message }}
This repository was archived by the owner on Feb 12, 2022. It is now read-only.
Apologies in advance, this is not too much related to Phoenix itself, but I thought it's worth asking your view on it.
I've seen that @kutschm wrote some code that uses bloom filters for optimisation and I want to do same but didn't find any implementation for representing and storing a set if bits efficiently.
Do you have any guidelines on where should I start?