Introducing Selective - Super-Fast Bloom Filter Validation for Laravel Applications (opens in new tab)
I have written about Bloom Filters before in and made a prototype for it using Laravel. Now I'm very pleased to announce that I finally — and after repeated attempts — finished developing the Selective Package!! Let's go through the journey I took to make this package. Transitioning from a Prototype to a Generic Package I recommend reading my earlier blog before continuing with this blog, as it explains the internal mechanism of how Bloom Filters work In my last blog, when I showed the use ca...
Read the original article