Replace zlib with a faster implementation and remove sources from repo #321
Labels
All platforms
Issue related to the all platforms
enhancement
Feature improvements
good first issue
Good for newcomers
help wanted
Extra attention is needed
Performance
HELP WANTED
Help us by suggesting other libraries to consider or making the build and the benchmark.
Currently we use the version 1.2.8 (possibly customized for usage with the tcvm - have yet to check)
The objective is to replace the current implementation with another one with improved performance and COMPATIBLE API.
This library is responsible for the deflate, zlib and gzip algorithms, and using a faster implementations leads to better performance for HTTP connections, faster loading of PNG files in general, and faster loading of resources included in tcz files.
Our main options are:
zlib-ng or any other library with incompatible API is NOT an option, the main objective is to improve performance of features that already rely on zlib API. The usage of alternative compression algorithms will be discussed later in another issue.
Relevant stuff:
Tasks:
The text was updated successfully, but these errors were encountered: