JQuery 1.4.2 Released
blog.jquery.com
JQuery 1.4.2 Released
1–10 of 29 posts
Re: JQuery 1.4.2 Released
#2Re: JQuery 1.4.2 Released
#3wow they say double speed improvement since 1.4.1
Re: JQuery 1.4.2 Released
#4wow they say double speed improvement since 1.4.1
Re: JQuery 1.4.2 Released
#5Re: JQuery 1.4.2 Released
#6wow they say double speed improvement since 1.4.1
Re: JQuery 1.4.2 Released
#7I've been using Prototype for, oh, maybe 4 years now. I really like it. However, the rift between it and jQuery is becoming large enough that my company is considering re-factoring our existing code to use jQuery instead. It seems to have Prototype beat on speed, size, community, modularity and compatibility. Any advice floating around out there? Are there any reasons to stick with Prototype?
Re: JQuery 1.4.2 Released
#8wow they say double speed improvement since 1.4.1
I don't think this translates to the real world- one of the main things they did for that benchmark is add a special case for $('body') which will probably slow down (not noticeably though) most people's code.
There is absolutely no way in which the check:
if ( selector === "body" && !context ) ...
Will have performance implications in your application.Re: JQuery 1.4.2 Released
#9wow they say double speed improvement since 1.4.1
That is pretty impressive. Also interesting that FF 3.5 seems to perform better than FF 3.6 according to those charts. Edit: Ah, nevermind, my mistake.