15 breaking releases

new 0.17.0 Feb 4, 2025
0.16.0 Dec 25, 2024
0.15.0 Dec 4, 2024
0.14.0 Nov 7, 2024
0.2.0 Jul 9, 2023

#170 in Compression

Download history 9/week @ 2024-10-17 26/week @ 2024-10-24 42/week @ 2024-10-31 148/week @ 2024-11-07 207/week @ 2024-11-14 28/week @ 2024-11-21 84/week @ 2024-11-28 128/week @ 2024-12-05 19/week @ 2024-12-12 106/week @ 2024-12-19 101/week @ 2024-12-26 8/week @ 2025-01-02 4/week @ 2025-01-09 89/week @ 2025-01-30

94 downloads per month
Used in 3 crates

Apache-2.0

1MB
17K 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