sorted-btree

v1.8.1
A sorted list of key-value pairs in a fast, typed in-memory B+ tree with a powerful API.
B+ tree btree sorted set map list collection fast-cloning and 3 more...

test

tsc && echo //ts-jest-issue-657 >interfaces.js && jest

build

tsc && npm run minify

minify

uglifyjs -cm -o b+tree.min.js -- b+tree.js

prepare

npm run build

safePublish

npm run build && testpack && npm publish

benchmark

npm run build && node benchmarks.js
npm i sorted-btree

Metadata

  • MIT
  • Whatever
  • David Piepgrass
  • released 10/6/2022

Downloads

Maintainers