Skip to content

Commit

Permalink
testing the xor filter
Browse files Browse the repository at this point in the history
  • Loading branch information
folkvir committed Dec 28, 2021
1 parent e2cf703 commit 6ad96c9
Show file tree
Hide file tree
Showing 4 changed files with 268 additions and 315 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
},
"homepage": "https://github.com/Callidon/bloom-filters#readme",
"devDependencies": {
"@types/cuint": "^0.2.1",
"@types/lodash": "^4.14.X",
"@types/lodash.eq": "^4.0.X",
"@types/lodash.indexof": "^4.0.X",
Expand All @@ -55,12 +56,12 @@
"typescript": "^4.5.X"
},
"dependencies": {
"@stdlib/number-uint32-base-rotl": "^0.0.6",
"base64-arraybuffer": "^1.0.1",
"is-buffer": "^2.0.5",
"lodash": "^4.17.15",
"lodash.eq": "^4.0.0",
"lodash.indexof": "^4.0.5",
"long": "^5.2.0",
"reflect-metadata": "^0.1.13",
"seedrandom": "^3.0.5",
"xxhashjs": "^0.2.2"
Expand All @@ -85,5 +86,8 @@
}
]
}
},
"engines": {
"node": ">=12"
}
}
Loading

0 comments on commit 6ad96c9

Please sign in to comment.