On 6/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Hi
>
> I've been reading a bit about some optimised DOM manipulation
> libraries developed for the yui-ext, jQuery and Dojo toolkits:
>
> http://www.jackslocum.com/blog/2007/01/11/domquery-css-selector-basic-xpath-implementation-with-benchmarks/
> http://jquery.com/blog/2007/01/11/selector-speeds/
> http://dojotoolkit.org/node/336
>
> This discussion occurred in January/February of this year, and the
> upshot was that these toolkits were drastically improving their DOM
> manipulation performances. MochiKit gets mentioned in the benchmark
> done on domQuery (the yui-ext engine), and performs horribly (10 to
> 100 times slower than domQuery, if the test is to be believed).
>
> My question is, are these benchmarks accurate, and if so, what has
> been done since to improve MochiKit's DOM performance?

This is a very particular kind of DOM query (CSS selector emulation)
that is currently experimental in MochiKit SVN trunk. It has not yet
been optimized, but it's also not currently used internally by
MochiKit.

-bob

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to