Category Archives: JavaScript Benchmarks

JavaScript Speed Trials – Post III

Comment Tests – Parsing In this test the test code is parsed 100 times for each measurement. The number of comments varies from 1 to 10000 in increments of 666. Each of the comments is 64 characters long     … Continue reading

Posted in JavaScript, JavaScript Benchmarks | 1 Comment

JavaScript Speed Trials – Post IV – JavaScript Namespaces

Continuing my analysis of JavaScript performance. For this test I’m testing the impact of the current trend of JavaScript namespaces. Namespaces In this test 500000 iterations of the main function are performed. The depth of the namespace varies from 1 … Continue reading

Posted in JavaScript, JavaScript Benchmarks | Leave a comment