View Single Post
  #165  
Old 27-04-2026, 08:49
wrathma wrathma is offline
Registered User
 
Join Date: Apr 2024
Location: Dhaka
Posts: 60
Thanks: 46
Thanked 41 Times in 24 Posts
wrathma is on a distinguished road
Experimental ZSTD decompressor

based on latest github/zstd-1.5.7 sources. needs thorough testing. use 1.5.7 to compress. examples -
Code:
> zstd_decompress.exe

 Experimental ZSTD Decompressor by SYMM

 usage: zstd_decompressor input output
 replace input and/or output with - to use stdin/stdout
Code:
> zstd_decompress.exe input.zst output.exe
output.exe : 126607283 bytes
Code:
zstd_decompress.exe - - < input.zst > output.exe
<stdin>: 126607283 bytes written
on benchmarks its almost 2x slower than the official zstd binary release (1.5mb). still it is fast with almost 350MBps decompression speed for 4GB uncompressed data on my test system (4c8t i3) on nvme.
Attached Files
File Type: 7z zstd_decompressor_a1.7z (62.0 KB, 7 views)
Reply With Quote
The Following 4 Users Say Thank You to wrathma For This Useful Post:
Dunnowho69 (23-05-2026), Gehrman (05-05-2026), KaktoR (27-04-2026), ScOOt3r (27-04-2026)