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
Zstd has been getting larger over the years, as we've added features and improved performance. We should take a comprehensive look at code size, and try to optimize our code size while retaining performance.
Explicitly track our code size in our tests, and monitor between releases.
Zstd has been getting larger over the years, as we've added features and improved performance. We should take a comprehensive look at code size, and try to optimize our code size while retaining performance.
a.
zstd_opt.cis a prime target: Issue [linux-kernel] Don't add -O3 to CFLAGS #2866.b.
zstd_lazy.cwas optimized in PR [lazy] Speed up compilation times #2828, but there is still more that can be won (as mentioned in the TODO).