Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Switch vs javascript map

No description provided

Array.from vs Spread on NodeList

let wrapper = document.createElement("ul") for (let i=1;i<=1e6;i++) wrapper.append(document.createElement("li")) subject = wrapper.querySelector("li")

rest vs array 1000 entity

rest vs array 1000 entity

rest vs array with 10000

rest vs array with 10000

rest vs array with 10000 entity

rest vs array with 10000 entity

rest vs array 10000

rest param vs array param with 1000 entity

rest vs array 1000

1000 entity with rest parameter

rest vs array

rest parameter vs array

Underscore vs native sortby

No description provided

Underscore vs native groupby

No description provided

Holey, Preallocated vs Packed, Pushed 3

No description provided

clientWidth / clientHeight vs. getBoundingClientRect()

No description provided

Moment hash test

No description provided

Two lambdaless filters vs one lambded v2

No description provided

Array concat vs spread operator vs push more elements

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

Test For Performance

test

Two lambdaless filters vs one lambded

No description provided

single quote vs tick

No description provided

Avoid repeating operations

No description provided

map vs object vs switch dispatcher

No description provided

str.match vs str.Split(regex)

Test String.match with regex against String.split with regex. We are splitting a string at the spaces.

Object.keys.length vs sum with for a

No description provided

looking up the last character of a string

tests with a short string and a long string, to help discern which methods are tied to the string length, and which are not.

_Vs_Native

Praveen's benchmark for lodash vs native

Deep merge lodash vs ramda vs deepmerge vs json clone

No description provided