Skip to content

raycursive/fast-btree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast-BTree

A pretty-fast B+ tree implementation ported from tlx library.

TODO

  • Add more tests

  • use <Q> where K: Borrow<Q> trick to border the key type. (e.g. &str for String)

  • Better abstraction (especially for those weird traits)

  • Benchmark

About

A pretty-fast B-tree implementation ported from tlx library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages