Skip to content

mateusvmv/simple-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple BTree Implementation

This is a simple BTree implementation in 100 lines of Rust code.

Its inserts and removals are on par with the standard library, it's a bit slower and that might be because this is a top down BTree.

The range queries, though, having been implemented with coroutines, and is 2 to 3 times slower than the standard library BTree.

About

A very simple BTree implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages