Created
October 10, 2015 23:21
-
-
Save selam/8cda6ab2b40d059caf43 to your computer and use it in GitHub Desktop.
retopy bloom filter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(.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