print statements and profiling a function slowed performance

Chris Angelico rosuav at gmail.com
Fri Jun 27 20:29:15 EDT 2014


On Sat, Jun 28, 2014 at 10:12 AM, Skip Montanaro <skip at pobox.com> wrote:
> threading-doesn't-always-speed-things-up-ly, y'rs,

Threading is a focus of so many myths. People who don't understand it
think that threads are magic pixie dust that fixes everything, or else
magic pixie dust that breaks everything. Or both, at the same time.
Neither notion is true.

ChrisA



More information about the Python-list mailing list