3 releases
0.1.2 | Mar 11, 2024 |
---|---|
0.1.1 | Feb 21, 2024 |
0.1.0 | Feb 21, 2024 |
#2030 in Data structures
90 downloads per month
Used in terminus-store
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
~35MB
~679K SLoC