kostik: (Default)
2007-01-08 07:12 pm

Yet another faster JavaScript sorting

It is no secret that the demand on applications with “AJAX” in the name is continually increasing. Nolens volens one has to do some things with unadapted to them tools: an illustration in point is Internet Explorer — a program which is unadapted to execution of the code that would be standardized and had a common sense. Recently I had to deal with one of its problems. I had to sort out an array of objects by the given field. IE did it 100 times slower than FireFox! Solution allows sorting out six times faster than Internet Explorer. A link to the library implementing this method follows.

Read the rest of this entry » )

http://blog.piterpen.net/2007/01/08/yet-another-faster-javascript-sorting/