2013/4/27 Denis Kudriashov <dionisi...@gmail.com> > 2013/4/27 stephane ducasse <stephane.duca...@free.fr> > >> Nice! >> Denis did you see the benchs that doru tried to see if we can use Rubric? >> Because it is interesting to see if we can load and manipulate really >> large file. >> >> Now it would be good that alain releases Rubric with a stable version and >> check how to take advantage of the new TextMorph. >> >> I saw his post. > And just now I check this test with TxTextMorph with unwrapped strategy. > Similar results like at Rubric test. nearly 30 secs. > I generate 50 mb string with almost million lines: > TxModel building get 10 seconds. Layout building get 20 seconds. >
I found that Tudor wrote about 15 million lines. So I change my test and now I have OutOfMemotyWarning. It raised on splitting given string on lines. Obviously building text model should be optimized by work with stream.