Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

lodash flow 4.17.5 vs ramda pipe 0.27.1

No description provided

Destructuring

No description provided

Array.prototype.slice vs Array.from()

No description provided

For let vs for var

No description provided

Lodash pick vs for

No description provided

Shift performance

100k list splice and shift win, they mutate list slice loose, it creates a copy of list 7.5x slower

search string by include vs index of

No description provided

jQuery by id vs Document.getElementById no classname

Comparing speed of getting element by id with jQuery vs Vanilla JS

find vs id selector

No description provided

createElement vs deep cloneNode vs cloneNode

Faster way to create new dom elements before insertion

createElement vs cloneNode vs cloneNode-lite

Faster way to create new dom elements before insertion

For vs Foreach vs Map 100.000

No description provided

Some vs. Filter vs. indexOf vs. Includes2 vs. Find

No description provided

forEach vs reduce vs map vs filter vs for (w/o reading .length)

Use for without read xx.length at each iteration

Scoping test without log x10

No description provided

Scoping test without log

No description provided

Scoping test

No description provided

copy object

No description provided

Object Spread vs New property

No description provided

Abe's weird loop thing

A loop with an illegal array access seems more efficient than one without… what's up?

IfElse or logical AND with OR

No description provided

Filter through some or includes

No description provided

array find vs some vs lodash

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

nums unshorter

No description provided

slice vs subarray vs set custom

No description provided