forcedotcom / phoenix

BSD 3-Clause "New" or "Revised" License
559 stars 227 forks source link

Offtopic Question: Bloom Filter Implementation In Apex #742

Open petermetz opened 8 years ago

petermetz commented 8 years ago

Hiya,

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?

Thanks in advance for any help, Peter