dflook / python-minifier

Transform Python source code into its most compact representation
MIT License
558 stars 41 forks source link

Improve renaming decisions #33

Closed dflook closed 3 years ago

dflook commented 3 years ago

Evaluate potential renames in descending order of mentions of the new name. Use better accounting for the size difference of renames.