Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/louchenyao/btree-rs

A naive B+Tree implementation w/o fancy parts
https://github.com/louchenyao/btree-rs

Last synced: 3 months ago
JSON representation

A naive B+Tree implementation w/o fancy parts

Awesome Lists containing this project

README

        

# btree-rs

[![Actions Status](https://github.com/louchenyao/btree-rs/workflows/Rust/badge.svg)](https://github.com/louchenyao/btree-rs/actions)

A naive B+Tree implementation, without fancy parts, for fun.