[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2006-03-31 (21:51) |
From: | Stefan Monnier <monnier@i...> |
Subject: | Re: Stack_overflow |
> Does anybody have an suggestions for me to get around the stack > overflow problem? Chunkify your list: turn it into a bunch of lists (each limited to size predefined maximum length) and then concat them all at the end? Stefan