Im trying to use bloom-redis to create a bloom filter but having a problem. Using line-by-line to load from a text file works with 500 lines, and I get the expected result when querying. But once I try ~5,000,000 lines it doesn't work. Firstly it takes a very long time to work through the data (assuming md5 hashing speed?). Secondly, it returns false on items I know have been added.Have been trying various methods in node to search through a large dataset to compare results. Indexof an array, and hashset with contains work but not bloom.Any ideas?
Submitted January 03, 2018 at 10:56PM by dontjudgeme0k
No comments:
Post a Comment