|
|
|
|
|
by zahlman
412 days ago
|
|
> Others have made similar comments, but tree-shaking, symbol culling and anything else that removes dead code after its already been distributed and/or compiled is too late IMO. Why, in principle, wouldn't the same algorithms work before distribution? For that matter, check out the `auditwheel` tool in the Python ecosystem. |
|