[W3af-svn-notify] SF.net SVN: w3af:[6279] branches/threading2/core/data/bloomfilter
Status: Beta
Brought to you by:
andresriancho
From: <and...@us...> - 2012-12-06 18:46:00
|
Revision: 6279 http://w3af.svn.sourceforge.net/w3af/?rev=6279&view=rev Author: andresriancho Date: 2012-12-06 18:45:52 +0000 (Thu, 06 Dec 2012) Log Message: ----------- w00t! I'm now the bloom filter master ;) The original bloom filter implementation had a ton of bugs: * Hashing algorithm with lots of collisions * File backend that was NOT initialized * Incorrect calculation of num_hashes, num_bits, etc. Borrowed a lot from pybloomfiltermmap Modified Paths: -------------- branches/threading2/core/data/bloomfilter/seekfile_bloom.py branches/threading2/core/data/bloomfilter/tests/generic_filter_test.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |