13 breaking releases

new 0.15.0 Dec 4, 2024
0.14.0 Nov 7, 2024
0.13.0 Oct 8, 2024
0.6.0 Feb 19, 2024
0.2.0 Jul 9, 2023

#143 in Compression

Download history 131/week @ 2024-08-17 188/week @ 2024-08-24 117/week @ 2024-08-31 24/week @ 2024-09-07 143/week @ 2024-09-14 39/week @ 2024-09-21 9/week @ 2024-09-28 260/week @ 2024-10-05 51/week @ 2024-10-12 2/week @ 2024-10-19 41/week @ 2024-10-26 148/week @ 2024-11-02 41/week @ 2024-11-09 214/week @ 2024-11-16 7/week @ 2024-11-23 140/week @ 2024-11-30

443 downloads per month
Used in 3 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

~4MB
~73K SLoC