2009/11/27 Helder Magalhães <[email protected]>

>
> Tobias Oetiker-3 wrote:
> >
> > is the table widget realy faster by doing string manipulation
> > instead of jugging dom nodes ?
> >
>
> Good question. As browsers are getting faster and more efficient (I recall
> setting "innerHTML" was almost a hack which helped old browsers)


A number of years ago, Sebastian (I think) did quite a bit of work testing
various approaches to fastest rendering. DOM nodes were manipulated
directly, innerHTML was set, and one or two other options were also tested.
In fact, the Table cell renderers had selectable rendering and could use DOM
or innerHTML or one other thing I don't recall. At the time, I recall that
innerHTML was a pretty clear winner, and at some point, the other renderers
were discarded from the code. It would probably be useful to resurrect that
code in Table, or to find Sebastian's early testing code to ascertain
whether the early findings are still valid or if there's a faster renderer
for modern-day browsers.

Derrell
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to