zstd
zstd copied to clipboard
decompress: add -DZSTD_DISABLE_FAST_C_LOOP to disable fast C loops
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.