python simply not scaleable enough for google?

sturlamolden sturlamolden at yahoo.no
Wed Nov 18 06:42:13 EST 2009


On 18 Nov, 00:24, greg <g... at cosc.canterbury.ac.nz> wrote:

> NumPy, for example, is *extremely* flexible. Someone put
> in the effort, once, to write it and make it fast -- and
> now an endless variety of programs can be written very easily
> in Python to make use of it.

I'm quite sure David Cournapeau knows about NumPy...

By the way, NumPy is not particularly fast because of the way it is
written. It's performance is hampered by the creation of temporary
arrays. But NumPy provides a flexible way of managing memory in
scientific programs.









More information about the Python-list mailing list