How to turn a very long list into smaller lists
- From: Mel <MelHeravi@xxxxxxxxx>
- Date: Fri, 30 May 2008 07:30:40 -0700 (PDT)
I have a list that is very long and I need to break it into smaller
lists of say 50 elements (the original list is a muliple of 50.
as for now I am just using lrange function which is extremy slow on a
long list of say 100000 items.
thanks in advance
Mel
PS: is there an option on the split command to do this ?
.
- Follow-Ups:
- Re: How to turn a very long list into smaller lists
- From: ZB
- Re: How to turn a very long list into smaller lists
- From: Jonathan Bromley
- Re: How to turn a very long list into smaller lists
- Prev by Date: Re: merging variables and arrays ... conflicting with cloverfield?
- Next by Date: Re: tdom : dealing with attributes
- Previous by thread: tdom : dealing with attributes
- Next by thread: Re: How to turn a very long list into smaller lists
- Index(es):
Relevant Pages
|