btree-typescript icon indicating copy to clipboard operation
btree-typescript copied to clipboard

A reasonably fast in-memory B+ tree with a powerful API based on the standard Map. Small minified. Well documented.

Results 12 btree-typescript issues
Sort by recently updated
recently updated
newest added

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.3. Changelog Sourced from y18n's changelog. 4.0.3 (2021-04-07) Bug Fixes release: 4.x.x should not enforce Node 10 (#126) (1e21a53) 4.0.1 (2020-11-30) Bug Fixes address prototype...

dependencies

What would be the best method for serialization of a sorted btree (using interface `ISortedMap`)? Is it safe to use JSON.stringify, or would you recommend serializing the iterable and then...

question