1 unstable release

0.7.0 Aug 19, 2024

#636 in Compression

Download history 138/week @ 2024-08-17 20/week @ 2024-08-24 20/week @ 2024-08-31 15/week @ 2024-09-07

193 downloads per month

Apache-2.0

580KB
15K SLoC

Vortex FSST

A Vortex Encoding for Binary and Utf8 data that utilizes the Fast Static Symbol Table compression algorithm.


lib.rs:

An array that uses the Fast Static Symbol Table compression scheme to compress string arrays.

FSST arrays can generally compress string data up to 2x through the use of string tables. The string table is static for an entire array, and occupies up to 2048 bytes of buffer space. Thus, FSST is only worth reaching for when dealing with larger arrays of potentially hundreds of kilobytes or more.

Dependencies

~11–17MB
~236K SLoC