Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

object.assign vs new class extends

Performance difference of creating a class that extends P and creating a new instance of it vs doing object.assign(new P(), ...)

Converting String to Array of Chars

There are several ways of converting a string to an array of its characters, from the good-old split to spreading. Which one's the fastest?

getElementsByClassName vs JQuery vs queryselectorALL

No description provided

lookup vs charAt

No description provided

createElement vs cloneNode with content

Faster way to create new dom elements before insertion

Js push vs spread in create new array

No description provided

while vs for vs forEach vs for of - 100000000 - calc exponent multiple

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

while vs for vs forEach vs for of - 1000000 - calc exponent multiple

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

while vs for vs forEach vs for of - 1000000 - calc exponent

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

while vs for vs forEach vs for of - 1000000 - calc

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

while vs for vs forEach vs for of - 1000000

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

while vs for vs forEach vs for of

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

template literal vs toString 4

No description provided

template literal vs toString

No description provided

lodash remove vs native splice vs shift& pop

No description provided

Find Max

What is most performant

HEY YOOasa

No description provided

Spread Map vs Fill Map

No description provided

Testing getElementById vs getElementsByClassName vs querySelector vs querySelectorAll plus change classname

No description provided

Testing getElementById vs getElementsByClassName vs querySelector vs querySelectorAll

No description provided

double bang vs typeof check vs truthy

No description provided

double bang vs typeof check

No description provided

getElementById vs getElementsByClassName vs querySelector vs querySelectorAll

No description provided

Testing getElementById vs getElementsByClassName

No description provided

Testing querySelectorAll vs getElementsByClassName

No description provided