Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

dcodeIO/BPlusTree.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BPlusTree.js - A B+ tree implementation in JavaScript.

Based on Santanu Basu's BPlusJS, modified for stand-alone use. This is mostly just a port of the original code, so I cannot guarantee for anything.

If you are looking for a super-lean B-tree, you might want to try nodebase-btree instead.

Provides

  • Insertion
  • Deletion
  • Key lookup
  • Range retrieval
  • Pretty-printed debug output

Features

  • CommonJS compatible
  • RequireJS/AMD compatible
  • Shim compatible (include the script, then use var BTree = dcodeIO.BTree;)
  • node.js compatible, also available via npm
  • Zero production dependencies
  • Small footprint

License

MIT

About

Santanu Basu's B+ tree implementation. Streamlined.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published