Comment 15 for bug 1041084

Revision history for this message
Václav Šmilauer (eudoxos) wrote :

@Bruno: unable to reproduce #11, tried this with Woo:

from woo.dem import *
e=FlowAnalysis()
import sys
for k in range(10000):
 sys.stderr.write('.')
 e.flags=range(0,1000000)

(FlowAnalysis.flags is declared as vector<int>). Memory usage is sitting at 0.6% with no change at all.