Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use fast decompression in
deflate_bytes
.
This commit changes the parameters of `deflate` to do faster, lower-quality compression. For the compression of LLVM bytecode -- which is the main use of `deflate_bytes` -- it makes compression almost twice as fast while the size of the compressed files is only ~2% worse.
- Loading branch information