Large Array Handling

Erik Max Francis max at alcyone.com
Fri Dec 13 15:07:03 EST 2002


Richard Pasco wrote:

> Cheers people, thanks a lot. One last thing - what about global
> variables?
> How many are going to cause a problem? Btw the game is basically aimed
> at
> anyone with a recently up to date computer i.e. 300Mhz, 64Mb RAM min
> etc

The issue with global variables is far more likely to be design and
debugging problems if used excessively, rather than any potential code
slowdown.  This would be true in any language, really; it's not specific
to Python.

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, USA / 37 20 N 121 53 W / &tSftDotIotE
/  \ The most exhausting thing in life is being insincere.
\__/ Anne Morrow Lindbergh
    Max Pandaemonium / http://www.maxpandaemonium.com/
 A sampling of Max Pandameonium's music.



More information about the Python-list mailing list