[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
Re: [Gzigzag-commits] gzigzag/Java/flob FTextLayouter.zob SimpleTextView.zob
- To: Tuomas Lukka <lukka@xxxxxxxxxx>
- Subject: Re: [Gzigzag-commits] gzigzag/Java/flob FTextLayouter.zob SimpleTextView.zob
- From: Benjamin Fallenstein <b.fallenstein@xxxxxx>
- Date: Sat, 25 Nov 2000 21:06:40 +0100
- Cc: zzdev@xxxxxxxxxx
- References: <Pine.HPP.3.96.1001125204521.7317B-100000@xxxxxxxxxxxxxx>
Tuomas Lukka wrote:
> But you're right: we shouldn't be solving performance problems until we
> encounter them. Currently, the most important one would be VanishingView,
> when depth is set to be large. That's quite slow and I suspect a part of
> it is because of the FlobSet's liberal use of Vectors. But that would need
> actual profiling before doing anything to make sure that that is really
> the place where the trouble is. Because drawing also is significant there.
Well, my FlobSet-as-Flob draft gets rid of that vector use, using
pointered lists instead. Unfortunately, I'm not having enough time to
make it work right now. Sometime in the next few weeks...
-b.