PyWart: The problem with "print"

Chris Angelico rosuav at gmail.com
Mon Jun 3 16:44:11 EDT 2013


On Tue, Jun 4, 2013 at 6:31 AM, Steven D'Aprano
<steve+comp.lang.python at pearwood.info> wrote:
> ... quite frankly I have no sympathy for
> the view that CPU cycles are so precious that we mustn't waste them. If
> that were the case, Python is the wrong language.

CPU cycles *are* valuable still, though. The efficiency of your code
determines how well it scales - but we have to be talking 100tps vs
1000tps here. There needs to be a huge difference for it to be at all
significant.

ChrisA



More information about the Python-list mailing list