Live data from Hacker News

Show HN: FSST – Fast Static Symbol Table Compression Library in Go

github.com

1–3 of 3 posts

Show HN: FSST – Fast Static Symbol Table Compression Library in Go

#1
Here is a Go implementation of FSST, a fast static symbol table compression. It comes with training, encode/decode helpers, and examples. It’s great for logs and JSON data.

Reference implementation: https://github.com/cwida/fsst Paper: https://www.vldb.org/pvldb/vol13/p2649-boncz.pdf

Benchmarks and tests are in the repo - feedback welcome.

P.S. Assisted by AI.

Show HN: FSST – Fast Static Symbol Table Compression Library in Go
github.com