Skip to content

Instantly share code, notes, and snippets.

@selam
Created October 10, 2015 23:21
Show Gist options
  • Save selam/8cda6ab2b40d059caf43 to your computer and use it in GitHub Desktop.
Save selam/8cda6ab2b40d059caf43 to your computer and use it in GitHub Desktop.
retopy bloom filter
(.env)timu@chewie:~/workspace/video-ad-server/viads$ python t.py
[+] retopy bloom filter time show
[*] create takes 0.000977039337158
[*] adding takes 0.000410795211792
[*] checking 1000 times, takes 0.409878969193
[*] geting bloom filter takes 0.0404479503632
[*] deleting bloom filter takes 0.000898122787476
[*] putting bloom filter takes 0.026750087738
[*] all together takes 0.480618000031
(.env)timu@chewie:~/workspace/video-ad-server/viads$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment