On 22 Mai, 17:09, a...@pythoncraft.com (Aahz) wrote:

> Rewriting an algorithm also helps I/O-bound code

Yes it does, if it involves how we do I/O. Algorithms are just as
important for I/O bound as they are for compute bound code.

But implementing an algorithm in C as opposed to Python would not
improve nearly as much for I/O bound as it could do for compute bound
code.







-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to