Bloom Filter in 22 lines of Python (updated)
geremy condra
debatem1 at gmail.com
Mon Jun 6 13:47:33 EDT 2011
On Fri, Jun 3, 2011 at 1:17 PM, Raymond Hettinger <python at rcn.com> wrote:
> Thanks for all the feedback on the earlier post.
>
> I've updated the recipe to use a cleaner API, simpler code,
> more easily subclassable, and with optional optimizations
> for better cache utilization and speed:
>
> http://code.activestate.com/recipes/577684-bloom-filter/
Any chance of this landing in collections?
Geremy Condra
More information about the Python-list
mailing list