Originally posted by onodera
View Post
At work we're working on a huge mapping webapp. We'll have 500 or so "pins" on a fullscreen map in the browser, and we want to cluster ones X many pixels from eachother. It's all done by JS.
Right now in IE8 it takes about 5 seconds to compute each time the map is moved. On FF3 it took about 2. Now it takes well under 1.
This is a huge and noticable improvement. As webapps get increasingly more complex (like Google Apps), a 200-300% improvement in JS speed is MASSIVE.
I am completely baffled how you cannot comprehend the value in this speed boost. It's NOT negligible.
Hell, run Google's JS benchmark suite. FF3 runs it in 30 mins, FF3.5 runs it in 12. Tell me that's negligible.
Comment