Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: seekable Clear Filter

Show HN: Zeekstd – Rust Implementation of the ZSTD Seekable Format

Zeekstd A Rust implementation of the Zstandard Seekable Format. The seekable format splits compressed data into a series of independent "frames", each compressed individually, so that decompression of a section in the middle of an archive only requires zstd to decompress at most a frame's worth of extra data, instead of the entire archive. Zeekstd makes additions to the seekable format by implementing an updated version of the specification, however, it is fully compatible with the initial ve