Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Math vs string concat

No description provided

match vs exec with many matches

js RegExp.prototype.exec vs String.prototype.match

isInteger: regex vs isInteger

judge an object property key is a number

Array.prototype.push vs spread operator vs flat

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

test filter lodash/JS

No description provided

test lodash js findIndex

No description provided

speed test lodash js

No description provided

Lodash cloneDeep vs for loop vs JSON parse vs recursive clone deep vs recursive reduce clone deep 2

compare object deep copy/clone methods

Slice vs splice 2 ...

No description provided

startswith vs includes vs not match includes 2

No description provided

Date.now() vs new Date() vs performance.now()

No description provided

startswith vs includes vs not match includes

No description provided

test foreach lodash JS

No description provided

lodash camelCase vs javascript camelCase long

No description provided

Compare Lodash and JS

No description provided

Array.From VS Array.Slice

No description provided

MWACTIVE Traverse function vs NodeIterator vs TreeWalker-2

Let's compare the speed of 3 different ways to traverse the DOM.

lodash partition vs reduce with array push vs two filter loops

No description provided

Check Object types

No description provided

adejkas

No description provided

Slice vs splice first three elements

Picking the three first elements of a largeish array

Lodash Array isEqual vs Native

No description provided

Object Property Access Notation: Destructuring vs. Dot. vs. Bracket (deep destructing)

No description provided

If else vs If and

No description provided

Map and Filter vs forEach vs for

No description provided