prolly 0.1.1

An implementation of the prolly tree data structure
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 13.32 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 964 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • cfkaran2/prolly
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • cfkaran2

Maintenance

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 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.