mitogen
mitogen copied to clipboard
Experimental: mitogen: Remove minification of Python source code
Done on the basis that sending a few more bytes of the network is quicker than tokenizing and untokeninzing the modules.
As a comparison the slowest jobs in https://dev.azure.com/mitogen-hq/mitogen/_build/results?buildId=382&view=results (revision this branch is based on) took around 24 minutes.
Faster, less code, less complexity... seems like a great change to me.