Hacker News
- Random access string compression with FSST and Rust https://blog.spiraldb.com/compressing-strings-with-fsst/ 13 comments
Lobsters
- Random access string compression with FSST and Rust https://blog.spiraldb.com/compressing-strings-with-fsst/ 8 comments databases , rust
- Compressing strings with FSST https://blog.spiraldb.com/compressing-strings-with-fsst/ 10 comments rust
- Fast Static Symbol Table (FSST): efficient random-access string compression https://github.com/cwida/fsst 4 comments cpp
- Fast Static Symbol Table (FSST): fast text compression that allows random access, so individual strings can be decompressed without touching the surrounding data https://github.com/cwida/fsst 10 comments programming