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

https://github.com/droxer/btree

Experimental B tree implementation.
https://github.com/droxer/btree

Last synced: 23 days ago
JSON representation

Experimental B tree implementation.

Awesome Lists containing this project

README

          

# B-tree

[![Build Status](https://travis-ci.org/droxer/btree.svg?branch=master)](https://travis-ci.org/droxer/btree)

This package provides a experimental [B-tree](https://en.wikipedia.org/wiki/B-tree) implementation.

See [(http://godoc.org/github.com/droxer/btree)](http://godoc.org/github.com/droxer/btree) for documentation.