zstd icon indicating copy to clipboard operation
zstd copied to clipboard

decompress: add -DZSTD_DISABLE_FAST_C_LOOP to disable fast C loops

Open iksaif opened this issue 2 years ago • 2 comments

https://github.com/facebook/zstd/issues/3762 seems to show that it doesn't perform as well as we though it would in many cases. It makes sense to at least allow users to disable them at buildtime and runtime.

iksaif avatar Sep 28 '23 11:09 iksaif