Nope. We're going with SIzzle, which has been the long-standing replacement for the new jQuery engine: http://github.com/jeresig/sizzle/tree/master/sizzle.js
Peppy has some critical flaws in its design - the primary of which is that the selector engine assumes that the page is static and doesn't change - which is completely unacceptable and won't work for us (and gives the false impression of speed when it doesn't suit our needs). Sizzle will be the new selector engine of jQuery, Dojo, Prototype, MochiKit, and TinyMCE, at the very least - we've been actively discussing its implementation to make sure that it'll work for everyone, which is far more critical at this juncture. --John On Thu, Oct 30, 2008 at 10:15 AM, simshaun <[EMAIL PROTECTED]> wrote: > > Does the jQuery dev team have any plans on implementing "Peppy"? > It is basically a very fast CSS3 selector library, and looks very > promising. > > I think all of the jQuery community could benefit from this. > > Link: http://jamesdonaghue.com/?cat=8 > Speed Test: http://jamesdonaghue.com/static/peppy/profile/slickspeed/ > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---
