String concatenation - which is the fastest way ?

przemolicc at poczta.fm przemolicc at poczta.fm
Fri Aug 12 03:50:29 EDT 2011


On Thu, Aug 11, 2011 at 02:48:43PM +0100, Chris Angelico wrote:
> On Thu, Aug 11, 2011 at 2:46 PM,  <przemolicc at 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



More information about the Python-list mailing list