Skip to content

janajri/bplustree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bplustree

npm version Build Status Coverage Status

Another JavaScript B+ tree implementation.

Installation

npm install bplustree

Usage

var BPlusTree = require('bplustree');

API / Documentation

Tests, coverage, etc

  • npm run build builds the project
  • npm run test runs most tests
  • npm run test-full runs all tests
  • npm run coverage generates most coverage
  • npm run coverage-full generates full coverage
  • npm run doc generates the jsdoc documentation

Dependencies

None

License

MIT

Acknowledgement

  • This implementation is based on @darius' work: bplustree.py
  • @tehgeekmeister's notes on B+ Trees were also very helpful
  • The _genGetKeyFn function is courtesy of @martinmaillard

About

A B+ Tree ES2015 implementation

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%