JavaScript Performance Benchmark

Bert Freudenberg bert at impara.de
Thu Apr 13 09:22:45 UTC 2006


Am 12.04.2006 um 21:59 schrieb Dan Ingalls:

> I've been having fun with JavaScript, and thought folks would enjoy  
> this little tribute to tinyBenchmarks...
>
> 	http://www.weather-dimensions.com/Dan/JavaScriptBenchmark.html

Fun indeed. Anyone else noticed the abysmal send performance in  
Apple's Safari?

	n1 = 4; time = 646 milliseconds; 3095975 operations/sec.
	n2 = 24; time = 3443 milliseconds; 21791 sends/sec.

Firefox is 20x faster:

	n1 = 8; time = 566 milliseconds; 7067138 operations/sec.
	n2 = 27; time = 743 milliseconds; 427740 sends/sec.

- Bert -




More information about the Squeak-dev mailing list