With wrapping mode layout building take 27 seconds which is not too much
than without wrapping. But it get 3.5 times more layout lines. (230 000
lines without wrapping and 750 000 with wrapping in my test)

2013/4/27 Denis Kudriashov <dionisi...@gmail.com>

> 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.
>
>

Reply via email to