random-slicing
Version:
resizable hashing strategy for large-scale storage
22 lines (21 loc) • 408 B
JSON
{
"name": "random-slicing",
"version": "2.0.2",
"description": "resizable hashing strategy for large-scale storage",
"license": "Parity-6.0.0 AND Apache-2.0",
"keywords": [
"slicing",
"hash",
"hash ring",
"partitioning"
],
"dependencies": {
"bigint-rational": "^1.0.0"
},
"devDependencies": {
"tape": "^4.11.0"
},
"scripts": {
"test": "tape test/*.js"
}
}