Replies: 1 comment
-
|
The reason why I chose zlib and zstandard is because I want to support Linux in the future and would like to have any algorithms used on Windows to be available there as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What you think about using build-in compression winapi methods instead of 2 external libs: zlib and zstandart?
There is list of supported compression protocols:
Using of build-in winapi is will greatly reduce the weight of executable files, make it easier to build the project and get rid of 2 dependencies.
while the main feature - compression will remain
Beta Was this translation helpful? Give feedback.
All reactions