is None or == None ?

sturlamolden sturlamolden at yahoo.no
Sat Nov 7 17:27:05 EST 2009


On 6 Nov, 18:28, "Alf P. Steinbach" <al... at start.no> wrote:

> Dynamic allocation isn't hare-brained, but doing it for every stored integer
> value outside a very small range is, because dynamic allocation is (relatively
> speaking, in the context of integer operations) very costly even with a
> (relatively speaking, in the context of general dynamic allocation) very
> efficient small-objects allocator - here talking order(s) of magnitude.

When it matters, we use NumPy and/or Cython.




More information about the Python-list mailing list