murmur-bloomfilter
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "murmur-bloomfilter", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "", | ||
"main": "index.js", | ||
"main": "./src/index.js", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "test": "jest -v" |
@@ -37,7 +37,1 @@ "use strict"; | ||
}); | ||
test('it should work and add 1 million key', ()=>{ | ||
const filter=new BloomFilter(1000000,0.0001); | ||
for(let i=0;i<=1000000;i++){ | ||
filter.add("woot"+String(i)); | ||
} | ||
}); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5320
4
90