Settings

Theme

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

github.com

13 points by seiflotfy 3 months ago · 2 comments · 1 min read

Reader

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.

tsenart 3 months ago

This was missing in the Go world.

lukasmalkmus 3 months ago

Nice

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection