B+Tree implemented in TypeScript.
Store the B+tree flexibly, not only in-memory.
Origin private file system DB
Simple and powerful JSON document database supporting complex queries and flexible indexing policies.
In memory locality aware b+ tree, faster for ordered access
Memory maped (mmap) B+ tree implementation in Rust.