Splitting up large python module impact on performance?

Bill Deegan bill at baddogconsulting.com
Tue Jun 12 18:00:44 EDT 2018


Greetings,

I'm doing some refactoring on a fairly large python codebase.
Some of the files are > 4000 lines long and contain many classes.

Should I expect any performance hit from splitting some of the classes out
to other files?

Thanks,
Bill



More information about the Python-list mailing list