Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bplustree

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bplustree

B+ tree

  • 2.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-62.5%
Maintainers
1
Weekly downloads
 
Created
Source

bplustree

npm version Build Status Coverage Status

Another JavaScript B+ tree implementation.

Features

  • Insert
  • Delete
  • Fetch
  • Fetch ranges
  • Fetch as generator
  • Check tree invariants

Installation

npm install bplustree

Very Basic Usage (useless)

const BPlusTree = require('bplustree');

Much Better Documentation (useful)

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

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

Keywords

FAQs

Package last updated on 26 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc