DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2795
Version: 1.3-current


David Fleury reports that when using Fl_Tree with >10000 items
performance is very slow.

IIRC, when I wrote Fl_Tree, I never got around to optimizing it
so that its draw() methods only considered items that were inside
the viewing window, and to not consider items offscreen.

Fl_Table and Fl_Browser both have these kinds of optimizations
to 'go fast' no matter how large the list is; Fl_Tree needs this too.


Link: http://www.fltk.org/str.php?L2795
Version: 1.3-current

_______________________________________________
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to