[Python-Dev] iterzip() (original) (raw)
Neil Schemenauer nas@python.ca
Mon, 29 Apr 2002 13:13:20 -0700
- Previous message: [Python-Dev] iterzip()
- Next message: [Python-Dev] iterzip()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Jeremy Hylton wrote:
Note that there's a net excess of allocations in the storetup() case, so we invoke the garbage collector every n/700 times through the loop.
That's the dirty culprit. :-) With the GC disabled:
justpush 0.81 justzip 0.75
Perhaps we should raise the default threshold.
Neil
- Previous message: [Python-Dev] iterzip()
- Next message: [Python-Dev] iterzip()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]