The Linux "copy problem"
The Linux "copy problem"
Posted May 30, 2019 16:17 UTC (Thu) by desbma (guest, #118820)In reply to: The Linux "copy problem" by KAMiKAZOW
Parent article: The Linux "copy problem"
Unfortunately, there are many other example of cases like this.
For example zlib, one the most widely used software library in the world, has several forks (Intel, Cloudflare, zlib-ng...) with optimizations that improve compression/decompression speed.
Yet the changes have never been merged back in zlib, and everybody still uses the historic version, and happily wastes CPU cycles (including when your browser decompresses this very page).
