Fwd: OutputModel performance

Andreas Pakulat apaku at gmx.de
Sun Mar 17 08:06:05 UTC 2013


Hi,

On Sun, Mar 17, 2013 at 2:52 AM, Milian Wolff <mail at milianw.de> wrote:
> One thing I notice is that the 100ms delay to wait for more lines to fill a
> batch makes the output really sluggish imo. Do we really need that whole batch
> processing now that we have uniform row heights and such? I.e. is it really so
> much faster to add 50 lines in one go VS one line after another?

Only testing will tell :) Adding each row individually is still going
to cause more re-layouting.

I also am not sure wether it would be less sluggish without the
batching. 100ms should be hardly noticable, so maybe the slugishness
actually comes from having to parse all that stuff?

Andreas


More information about the KDevelop-devel mailing list