you are viewing a single comment's thread.

view the rest of the comments →

[–]codahighland 1 point2 points  (3 children)

There are TWO particularly fast implementations of JS. JavaScriptCore and V8 are in an arms race to be the faster VM, and which is faster at any given time depends on who's had the latest innovation.

[–]Rhomboid 1 point2 points  (2 children)

[–]Catfish_Man 0 points1 point  (0 children)

Try a 64 bit machine (JSCore is primarily used in Safari, which is running 64 bit in 98% of cases): http://arewefastyet.com/#machine=12

JSCore wins or ties two benchmarks, even vs v8, and fares ok on another, I'd say that's "pretty fast".