209
Python Performance: Why 'if not list' is 2x Faster Than Using len()
(blog.codingconfessions.com)
This is a most excellent place for technology news and articles.
An O(n³) algorithm in Python won't necessarily perform any better than an O(nlogn) algorithm in C. Ever heard of galactic algorithms?
Did they write naive linear algebra operators?