Replies: 1 comment 3 replies
-
Is there any advantage to using zlib-ng over zlib? IIRC qBittorrent doesn't make use of zlib very often, so I doubt there is any use case where it becomes the performance bottleneck. Furthermore, it seems that some of zlib-ng's potential better performance would come from the use of CPU intrinsics, but we would not be able to make use of them in official builds, otherwise we would raise the minimum requirements way above what many systems are capable of (e.g. I expect there are still many people using machines without AVX2). |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@xavier2k6 since this was your request this might be of interest to you. It's not request but an update based on the projects advancement since the issue was closed.
I stumbled across this closed issue by chance when dealing with some QT6 related build issues and I just wanted to try it out since they have released multiple stable releases since that point.
https://github.com/zlib-ng/zlib-ng/releases/tag/2.0.5
I have used it with api combability mode and it builds with no special requirements.
This might be an interesting option if QT6 builds become more important.
Beta Was this translation helpful? Give feedback.
All reactions