cuckoo-filter
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "cuckoo-filter", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Cuckoo Filter: Better Than Bloom", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
#Cuckoo Filters | ||
https://www.cs.cmu.edu/~dga/papers/cuckoo-conext2014.pdf | ||
##Abstract | ||
@@ -3,0 +6,0 @@ In many networking systems, Bloom filters are used for highspeed |
@@ -154,2 +154,5 @@ 'use strict' | ||
} | ||
if (!this.count) { | ||
return false | ||
} | ||
let fpSize = _fpSize.get(this) | ||
@@ -156,0 +159,0 @@ let cfSize = _cfSize.get(this) |
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
21360
647
50