Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

eval vs new Function, encoded arrays

No description provided

Add item to first position in array

No description provided

Remove first position from array

No description provided

TextEncoder vs String hash v2

Test TextEncoder encoding vs simply encoding with a string

Elemint vs... (Lookup)

No description provided

Array concat vs spread operator vs push SAM

Compare the new ES6 spread operator with the traditional concat() method and push

Dot property set notation VS Lodash.set poop

Compares different approaches to set an object property

for loop vs every

iterating over an array to test whether every element satisfies a condition the for loop uses "inlining" (the condition is right there, without an extra function call) the call to every uses the predefined lambda ("cond")

random list

No description provided

concat vs spread operator vs push 3

Compare the new ES6 spread operator with the traditional concat() method and push

concat vs spread operator vs push

Compare the new ES6 spread operator with the traditional concat() method and push

Array push vs spread operator 2

Compare the new ES6 spread operator with the traditional push() method

indexof vs hash

No description provided

JQuery: find with selected selector vs filter selected selector

find the best solution for optimize getting selected option

JQuery: hidden selector vs hidden attribute v2

find the best solution for get hidden element

JQuery: test selector with three redundant type

find the best solution for getting elements, which does not belong to the one of three input type

JQuery: find elements which does not need have value vs not function vs not selector

look the best solution for find elements, which do not have need value

aaaaqqqq

No description provided

JQuery: compare approaches for get of children

Find the best approach for getting options

lodash uniq vs VanillaJS

Taking only string arrays as input into consideration

native map vs lodash

No description provided

className+ vs. setAttribute+ vs. classList+

No description provided

Setting Canvas Pixel 3

No description provided

Array.prototype.concat vs spread operatordfg

Compare the new ES6 spread operator with the traditional concat() method

JQuery and Native JS: check exist element in array

Find the best approach for check exist element in array