You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was not informed of this so I wasn't aware of this change before now. Something did seem off with the compression speed when comparing to zlib when I started to do some more work on the library again recently but for whatever reason it didn't faze me to test older rust versions so I guess by chance I just happened to do comparisons again right after this regression
As it looks like this a somewhat complex issue that isn't something that seems like it will be fixed any time soon I think it's probably best to see if we can find a way "work around" it.
The text was updated successfully, but these errors were encountered:
oyvindln
changed the title
Massive performance regression in deflate compression between rust 1.81 and 1.82 due to upstream issue
Massive performance regression in deflate compression between rust 1.81 and 1.82 due to upstream rust compiler optimization issue
Feb 8, 2025
I was not informed of this so I wasn't aware of this change before now. Something did seem off with the compression speed when comparing to zlib when I started to do some more work on the library again recently but for whatever reason it didn't faze me to test older rust versions so I guess by chance I just happened to do comparisons again right after this regression
See rust issue rust-lang/rust#132636
As it looks like this a somewhat complex issue that isn't something that seems like it will be fixed any time soon I think it's probably best to see if we can find a way "work around" it.
The text was updated successfully, but these errors were encountered: