jasondavies / bloomfilter.js

JavaScript bloom filter using FNV for fast hashing
http://www.jasondavies.com/bloomfilter/
BSD 3-Clause "New" or "Revised" License
759 stars 79 forks source link

use the 64-bit trick in the linked post #28

Open valerysntx opened 5 years ago

valerysntx commented 5 years ago

Unfortunately I can't use the 64-bit trick in the linked post as JavaScript only supports bitwise operations on 32 bits.

could this help ? https://github.com/dcodeIO/long.js