November 2009
7 posts
1 tag
Nov 30th
8 notes
1 tag
Nov 28th
1 note
1 tag
Nov 20th
2 notes
Nov 16th
5 tags
V8 sorting optimization
I am glad to hear that my patch to jQuery has been accepted and committed. The problem was that Sizzle relies on the comparison function to be fired but V8 does not fire the function if objects are equal to each other (i.e. if they point to the same object in the underlying structure). [document, document].sort(cmp); // cmp will never be called [document, window].sort(cmp); // cmp will be called...
Nov 13th
Nov 5th
1 note
2 tags
DISQUS Comments: Translated in over 40 languages →
That’s the announcement of our new translation app that makes it easier for people to translate DISQUS and for us (well, me) to monitor and publish changes in time.
Nov 2nd