-
Notifications
You must be signed in to change notification settings - Fork 180
Closed
Description
It seems miniz_oxide backend has matured enough to be the default:
- Now that
miniz_oxide
backend contains no unsafe code and calls to it no longer go through a C API, it is strictly safer than the default miniz backend. - Performance is about the same (oxide decompression is faster, compression is slower).
- miniz_oxide has received plenty of testing since the popular
reqwest
library uses it exclusively.
Is there anything else needed before flate2 can switch to miniz_oxide by default?
Metadata
Metadata
Assignees
Labels
No labels