6 releases (breaking)

0.6.0 Feb 19, 2024
0.5.0 Dec 27, 2023
0.4.0 Sep 21, 2023
0.3.0 Aug 2, 2023
0.1.0 Jun 25, 2023

#37 in #merge

40 downloads per month
Used in 2 crates

Apache-2.0

1MB
16K SLoC

sst

SST provides a sorted string table abstraction.

Status

Maintenance track. The library is considered stable and will be put into maintenance mode if unchanged for one year.

Scope

This library provides a sorted string table and several iterator types. It is meant to sit one level beneath an LSM-tree or other data structure.

Warts

Documentation

The latest documentation is always available at docs.rs.


lib.rs:

sst stands for sorted-string-table.

This crate provides an implementation of an SST and most common cursoring patterns necessary to create something like a log-structured merge tree out of SSTs.

Dependencies

~4.5MB
~74K SLoC