prolly 0.1.1

An implementation of the prolly tree data structure
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
![Maintenance](https://img.shields.io/badge/Experimental-DANGER!-critical)

**WARNING!** This is purely experimental code at this point! It doesn't work,
and should **not** be used in your code!

# Introduction

This is an implementation of the
[prolly tree](https://docs.dolthub.com/architecture/storage-engine/prolly-tree)
data structure.  It is designed to be asynchronous, concurrent, quick, and
relatively light.  All of the goals described below are currently aspirational.
The work here is only in the planning stage.