rbtree-ts
Version:
A sorted list of key-value pairs in a fast, typed in-memory B+ tree with a powerful API.
35 lines (34 loc) • 731 B
JSON
{
"name": "rbtree-ts",
"version": "2.0.1",
"description": "A sorted list of key-value pairs in a fast, typed in-memory B+ tree with a powerful API.",
"main": "dist/b+tree.ts",
"types": "dist/b+tree.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/zsmartex/btree-typescript.git"
},
"keywords": [
"B+",
"tree",
"btree",
"sorted",
"set",
"map",
"list",
"collection",
"fast-cloning",
"copy-on-write",
"optimized"
],
"author": "Hữu Hà",
"license": "MIT",
"bugs": {
"url": "https://github.com/zsmartex/rbtree-ts/issues"
},
"devDependencies": {
"@types/node": "^13.13.5",
"typescript": "^3.8.3"
},
"dependencies": {}
}