martinellimarco / t2sz

Compress a file into a seekable zstd with special handling for .tar archives
GNU General Public License v3.0
42 stars 0 forks source link

v1.1.0 #4

Closed martinellimarco closed 2 years ago

martinellimarco commented 2 years ago

Support for any file type, fix #3 Support for multi threaded compression (-T option) You can now specify a max block size (-S option) Support to create a seek table following the seekable format specification Improved documentation