simsong / bulk_extractor

This is the development tree. Production downloads are at:
https://github.com/simsong/bulk_extractor/releases
Other
1.11k stars 187 forks source link

Decode zstd-compressed data #188

Open jonstewart opened 3 years ago

jonstewart commented 3 years ago

Facebook has gotten into the LZ variant codec game, too. Its zstd algorithm allows for a wide band of tradeoff in space vs time. It has seen uptake my Linux distributions for package compression as well as in storage engines like RocksDB (Facebook's much-improved fork of Google's LevelDB). Bulk_extractor should recognize and decode zstd data for recursive processing. A BSD-licensed reference implementation is available.

https://facebook.github.io/zstd/