fast-btree

Crates.iofast-btree
lib.rsfast-btree
version0.1.0
sourcesrc
created_at2024-01-10 05:22:34.028753
updated_at2024-01-10 05:22:34.028753
descriptionA fast B-tree implementation ported from tlx library
homepage
repositoryhttps://github.com/raycursive/fast-btree
max_upload_size
id1094949
size78,647
Ray Zhang (raycursive)

documentation

README

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

Commit count: 0

cargo fmt