szcompressor / SZ

Error-bounded Lossy Data Compressor (for floating-point/integer datasets)
http://szcompressor.org
Other
151 stars 56 forks source link

Can lossless compression be used #65

Closed lljjgg closed 3 years ago

lljjgg commented 3 years ago

SZ is Lossy Compressor.But Some compressors can provide lossless compression.for example fpzip and zfp.I want to know if sz can use lossless compression and what should I do if it can.

disheng222 commented 3 years ago

Strictly speaking, SZ has no lossless compression mode, unlike fpzip and zfp. If you are setting a very small absolute error bound, it may gracefully degrade to the simple zstd to compress the data instead.

On Thu, Dec 3, 2020 at 1:46 AM lljjgg notifications@github.com wrote:

SZ is Lossy Compressor.But Some compressors can provide lossless compression.for example fpzip and zfp.I want to know if sz can use lossless compression and what should I do if it can.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/szcompressor/SZ/issues/65, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACK3KSOEWL5OZOBHDYET25LSS464HANCNFSM4ULSZMBQ .