(no title)
avbor | 4 years ago
To apply this to python is interesting - if you were creating a packaged version, I could see "compiling" the code to a separate package with only the required imports.
avbor | 4 years ago
To apply this to python is interesting - if you were creating a packaged version, I could see "compiling" the code to a separate package with only the required imports.
IshKebab|4 years ago
Those are both dead code elimination. Webpack even says:
> Tree shaking is a term commonly used in the JavaScript context for dead-code elimination.