Skip to content

markhuang1212/btree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

btree

Btree written in rust. For learning and experimenting.

Status

This project is feature complete. However, many optimization can be done, especially for the rebalancing during removal, and some avoidable dynamic allocation.

Benchmark

BTree is written in completely safe rust. It delivers compariable performance for inserting and searching, but relatively slow for removal and iteration.

Future Plans

  • Improve rebalancing logic
  • Use unsafe Rust to improve critical path

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages