mitogen icon indicating copy to clipboard operation
mitogen copied to clipboard

Experimental: mitogen: Remove minification of Python source code

Open moreati opened this issue 3 years ago • 2 comments

Done on the basis that sending a few more bytes of the network is quicker than tokenizing and untokeninzing the modules.

moreati avatar Jul 18 '22 17:07 moreati

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.

moreati avatar Jul 18 '22 17:07 moreati

Faster, less code, less complexity... seems like a great change to me.

jamesob avatar Aug 11 '22 12:08 jamesob