Tuesday, September 29, 2009

App Store download stats

On June 17 to June 18 last year, Mozilla set a new world record for most number of downloads in a 24 hour period for Firefox.

According to stats supplied by Apple and as reported by AppleInsider:

#####

Since it first opened 445 days ago, the App Store has seen an average of 4.5 million downloads per day. In the last 80 days alone, that total has accelerated to nearly 6.3 million each day.

For comparison, in its first 365 days, the store had an average 4.1 million downloads per day. From April to July 2009, that pace increased to 6.3 million each day.

#####

If this growth rate continues, by the end of 4th quarter 2009 App Store downloads will exceed the world record set ON A DAILY BASIS.


Thursday, September 17, 2009

Safari on iPhone OS 3.1 SunSpider Javascript benchmark

My iMac is 39.4x faster at SunSpider. :P

============================================
RESULTS (means and 95% confidence intervals)
--------------------------------------------
Total: 16213.8ms +/- 5.3%
--------------------------------------------

3d: 2537.6ms +/- 11.8%
cube: 889.4ms +/- 15.1%
morph: 797.2ms +/- 4.1%
raytrace: 851.0ms +/- 15.8%

access: 2070.6ms +/- 15.2%
binary-trees: 268.2ms +/- 21.0%
fannkuch: 571.8ms +/- 19.6%
nbody: 1007.6ms +/- 16.9%
nsieve: 223.0ms +/- 41.1%

bitops: 1035.4ms +/- 3.3%
3bit-bits-in-byte: 176.0ms +/- 0.9%
bits-in-byte: 220.2ms +/- 0.9%
bitwise-and: 200.6ms +/- 1.0%
nsieve-bits: 438.6ms +/- 7.5%

controlflow: 142.4ms +/- 1.0%
recursive: 142.4ms +/- 1.0%

crypto: 965.8ms +/- 1.9%
aes: 289.6ms +/- 2.6%
md5: 340.6ms +/- 2.1%
sha1: 335.6ms +/- 1.9%

date: 1413.4ms +/- 15.4%
format-tofte: 501.6ms +/- 1.1%
format-xparb: 911.8ms +/- 24.0%

math: 2101.2ms +/- 2.3%
cordic: 682.0ms +/- 2.5%
partial-sums: 1015.2ms +/- 3.0%
spectral-norm: 404.0ms +/- 1.3%

regexp: 1722.8ms +/- 1.0%
dna: 1722.8ms +/- 1.0%

string: 4224.6ms +/- 2.8%
base64: 497.2ms +/- 1.0%
fasta: 672.0ms +/- 5.0%
tagcloud: 1016.0ms +/- 0.9%
unpack-code: 1161.6ms +/- 5.2%
validate-input: 877.8ms +/- 7.0%



Wednesday, September 02, 2009

Webkit r47948 with Snow Leopard SunSpider Benchmarks

Last year October WebKit was the undisputed leader when it came to running the SunSpider benchmark. How does it compare with the latest nightly build of WebKit under Snow Leopard?

============================================
RESULTS (means and 95% confidence intervals)
--------------------------------------------
Total: 411.6ms +/- 1.8%
--------------------------------------------

3d: 52.8ms +/- 2.6%
cube: 16.2ms +/- 3.4%
morph: 20.0ms +/- 4.4%
raytrace: 16.6ms +/- 4.1%

access: 40.2ms +/- 3.4%
binary-trees: 4.8ms +/- 11.6%
fannkuch: 16.0ms +/- 5.5%
nbody: 11.2ms +/- 5.0%
nsieve: 8.2ms +/- 6.8%

bitops: 22.0ms +/- 6.9%
3bit-bits-in-byte: 3.2ms +/- 17.4%
bits-in-byte: 7.0ms +/- 0.0%
bitwise-and: 4.8ms +/- 21.7%
nsieve-bits: 7.0ms +/- 0.0%

controlflow: 3.8ms +/- 14.6%
recursive: 3.8ms +/- 14.6%

crypto: 22.4ms +/- 6.3%
aes: 12.4ms +/- 5.5%
md5: 5.4ms +/- 12.6%
sha1: 4.6ms +/- 14.8%

date: 54.4ms +/- 3.5%
format-tofte: 26.4ms +/- 4.2%
format-xparb: 28.0ms +/- 3.1%

math: 37.4ms +/- 3.8%
cordic: 9.8ms +/- 5.7%
partial-sums: 19.4ms +/- 3.5%
spectral-norm: 8.2ms +/- 6.8%

regexp: 22.4ms +/- 5.0%
dna: 22.4ms +/- 5.0%

string: 156.2ms +/- 1.4%
base64: 16.0ms +/- 5.5%
fasta: 30.8ms +/- 1.8%
tagcloud: 34.4ms +/- 2.0%
unpack-code: 45.8ms +/- 2.3%
validate-input: 29.2ms +/- 3.6%


So, with all hardware remaining the same, the only changes are Snow Leopard and the WebKit build. I've gone from 745ms to 411.6ms. That's a speed bump of 1.8x. Not bad at all!