15 breaking releases

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

#171 in Compression

Download history 142/week @ 2024-11-13 96/week @ 2024-11-20 4/week @ 2024-11-27 206/week @ 2024-12-04 20/week @ 2024-12-11 3/week @ 2024-12-18 202/week @ 2024-12-25 10/week @ 2025-01-01 5/week @ 2025-01-08 74/week @ 2025-01-29 54/week @ 2025-02-05 12/week @ 2025-02-19 25/week @ 2025-02-26

165 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

~4.5MB
~81K SLoC