@ronomon/hash-table
Version:
Fast, reliable cuckoo hash table for Node.js
59 lines (58 loc) • 1.02 kB
JSON
{
"name": "@ronomon/hash-table",
"version": "2.0.8",
"description": "Fast, reliable cuckoo hash table for Node.js",
"main": "index.js",
"files": [
"benchmark.js",
"index.js",
"stress.js",
"test.js",
"vanilla.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ronomon/hash-table.git"
},
"keywords": [
"array",
"associative",
"binary",
"bloom",
"buffer",
"bucket",
"bucketized",
"cache",
"clock",
"container",
"cuckoo",
"element",
"filter",
"flood",
"gc",
"hash",
"index",
"load",
"lru",
"map",
"miss",
"object",
"probing",
"reserve",
"resize",
"slot",
"tabulation",
"table",
"tag"
],
"author": "Joran Dirk Greef",
"license": "MIT",
"bugs": {
"url": "https://github.com/ronomon/hash-table/issues"
},
"homepage": "https://github.com/ronomon/hash-table#readme",
"scripts": {
"test": "node test.js"
},
"dependencies": {}
}