Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #11261
| Date | 2011-08-12 09:50 +0200 |
|---|---|
| From | przemolicc@poczta.fm |
| Subject | Re: String concatenation - which is the fastest way ? |
| References | (3 earlier) <j1ub3q$65c$1@dough.gmane.org> <20110811064030.GB4990@host.pgf.com.pl> <CAPTjJmqiiKcT7Zg-XkbrQ4r-keU9+1Kj=+sEwa4xp==2EG-5aQ@mail.gmail.com> <20110811134613.GE4990@host.pgf.com.pl> <CAPTjJmr7qDeGU+ttEXsdBOASqZ5w1mYgkg18o+RtFp55HHp8Ew@mail.gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2211.1313139727.1164.python-list@python.org> (permalink) |
On Thu, Aug 11, 2011 at 02:48:43PM +0100, Chris Angelico wrote: > On Thu, Aug 11, 2011 at 2:46 PM, <przemolicc@poczta.fm> wrote: > > This is the way I am going to use. > > But what is the best data type to hold so many rows and then operate on them ? > > > > List of strings. [...] Let's assume I have the whole list in the memory: Can I use this list in the following way ? subprocess_1 - run on list between 1 and 10000 subprocess_2 - run on list between 10001 and 20000 subprocess_3 - run on list between 20001 and 30000 etc ... Can I use sort of indexing on this list ? Regards Przemyslaw Bak (przemol) ---------------------------------------------------------------- Doladuj telefon przez Internet! Sprawdz >> http://linkint.pl/f2a06
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: String concatenation - which is the fastest way ? przemolicc@poczta.fm - 2011-08-12 09:50 +0200
csiph-web