Append to python List

88888 Dihedral dihedral88888 at googlemail.com
Fri May 10 05:51:57 EDT 2013


Jussi Piitulainen於 2013年5月9日星期四UTC+8下午7時30分05秒寫道:
> 88888 Dihedral writes:
> 
> 
> 
> > This is just the handy style for a non-critical loop.
> 
> > In a critical loop, the number of  the total operation counts
> 
> > does matter in the execution speed.


> 
> 
> 
> Do you use speed often?

There is another concern about the list construction part
in programming.

Although a typical PC is installed with gaga bytes of DRAM
now,  anything that will use more memory from the heap
dynamically could fail in the run time.

It is the programmer's job to identify this kind of sources
in minds.



More information about the Python-list mailing list