Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #45091

Re: Append to python List

Newsgroups comp.lang.python
Date 2013-05-10 02:51 -0700
References <71427882-d2c6-4066-b1e2-624b12a42a0d@googlegroups.com> <qotobck8wx3.fsf@ruuvi.it.helsinki.fi> <11dfb7f9-9bbb-4e42-bce9-027efffabcf3@googlegroups.com> <qottxmccrwi.fsf@ruuvi.it.helsinki.fi>
Message-ID <34c6abdd-91f3-4c24-bb82-bd5063902bd0@googlegroups.com> (permalink)
Subject Re: Append to python List
From 88888 Dihedral <dihedral88888@googlemail.com>

Show all headers | View raw


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.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Append to python List RAHUL RAJ <omrahulrajcse@gmail.com> - 2013-05-08 23:36 -0700
  Re: Append to python List Jussi Piitulainen <jpiitula@ling.helsinki.fi> - 2013-05-09 09:55 +0300
    Re: Append to python List 88888 Dihedral <dihedral88888@googlemail.com> - 2013-05-09 04:24 -0700
      Re: Append to python List Jussi Piitulainen <jpiitula@ling.helsinki.fi> - 2013-05-09 14:30 +0300
        Re: Append to python List 88888 Dihedral <dihedral88888@googlemail.com> - 2013-05-10 02:51 -0700
        Re: Append to python List Chris Angelico <rosuav@gmail.com> - 2013-05-09 21:49 +1000
          Re: Append to python List Anssi Saari <as@sci.fi> - 2013-05-11 18:47 +0300
            Re: Append to python List Chris Angelico <rosuav@gmail.com> - 2013-05-12 02:00 +1000
              Re: Append to python List 88888 Dihedral <dihedral88888@googlemail.com> - 2013-05-11 19:29 -0700
                Re: Append to python List Chris Angelico <rosuav@gmail.com> - 2013-05-12 12:40 +1000
          Re: Append to python List Jussi Piitulainen <jpiitula@ling.helsinki.fi> - 2013-05-12 09:02 +0300
  Re: Append to python List Chris Angelico <rosuav@gmail.com> - 2013-05-09 16:52 +1000
  Re: Append to python List Gary Herron <gary.herron@islandtraining.com> - 2013-05-08 23:54 -0700
    Re: Append to python List RAHUL RAJ <omrahulrajcse@gmail.com> - 2013-05-09 01:18 -0700
      Re: Append to python List RAHUL RAJ <omrahulrajcse@gmail.com> - 2013-05-09 01:19 -0700
      Re: Append to python List Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-05-09 11:14 +0000

csiph-web