3 releases

0.1.2 Mar 11, 2024
0.1.1 Feb 21, 2024
0.1.0 Feb 21, 2024

#1 in #particular

Download history 165/week @ 2024-02-15 124/week @ 2024-02-22 35/week @ 2024-02-29 214/week @ 2024-03-07 122/week @ 2024-03-14 60/week @ 2024-03-21 69/week @ 2024-03-28 254/week @ 2024-04-04

539 downloads per month
Used in terminus-store

Apache-2.0 and LGPL-3.0+

405KB
10K SLoC

tdb-succinct - succinct data structures used by terminusdb-store

This repository contains all data structures from terminusdb-store, as well as the logic for loading and storing them.

Note that these types are pretty unoptimized for standalone use. In particular, this crate assumes tokio will be used for loading and storing data. The intent is to eventually move such dependencies behind feature flags and provide synchronous io strategies as well.


lib.rs:

Data structures on which terminus-store is built.

This module contains various succinct data structures, as well as the logic to load, parse and store them.

Dependencies

~32MB
~685K SLoC