Prototype 1.5.1 release candidate released

Written by on March 12th, 2007 in Ajax News.

Sam and the team have put out a Prototype 1.5.1 release candidate available to download here.

One of the good changes is a sign of good community. Prototype was inspired by the CSS selector performance data that Jack Slocum and others have been talking about.

Now $$/Selector is up to 5 times faster depending on the task / browser.

New features and changes

Performance improvements

  • $$ is now blazing fast. Seriously—try it out. If you’re using $$ at all, you owe it to yourself to upgrade! Element#down, Element#up, Element#previous and Element#next received performance boosts too (along with everything else that uses Selector).
  • Element#getStyle and Element#setStyle are now faster.
  • Array#uniq is faster. [#7417]
  • String#escapeHTML now uses a cached div and text node, making it much faster. [#6937]
  • Enumerable iteration is faster now that it incurs only one try/catch block instead of two (as a result of removing support for $continue).

Source: Ajaxian
Original Article: http://ajaxian.com/archives/prototype-151-release-candidate-released

Leave a Reply

You must be logged in to post a comment.



Site Navigation