Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jsperf

Faster loop: foreach vs some (performance of jsperf is different than node or chrome)

jQuery - Why creating object with class by string ($('<div class="foo" />')) is slower than creating same object and execute addClass() method?

jquery class append jsperf

jQuery selector performance : a curious case

Fast and save way to remove the sign of a singed number in JavaScript

Why does calling a function without its owner is slower?

Impacts and benefits of creating empty object using Object.create(null)

Is it possible to delete broken revisions from jsperf?

Minimizing jQuery instance vs creating more instances

jquery performance jsperf

Explain this JsPerf.com result

Which JS benchmark site is correct?

Why is .html() so much faster than .text() when used for the same purpose?

Javascript performance of Array.map

Measuring JS Performance using HTML5's performance and performance.timing object

Why is a double lookup faster than a single lookup in javascript?

javascript jsperf

Large substrings ~9000x faster in Firefox than Chrome: why?

How does jsPerf determine which of the code snippets is fastest?

Prepend text to beginning of string