Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

remove by splice vs filter array v4

Deletion of an element from an array.

remove by splice vs filter array v3

Deletion of an element from an array.

remove by splice vs filter array

Deletion of an element from an array.

Test for and for reverse

No description provided

Length validation

No description provided

match vs test vs split vs trim to check for empty string or all spaces

No description provided

FilterMap vs Map

No description provided

Object cloning with Lodash clone vs cloneDeep vs merge vs assign vs ES6 object spread vs ES6 Object.assign

No description provided

luxon vs datefns vs moment

No description provided

FindIndex + splice vs filter FindIndex

No description provided

for-in vs object.keys without stuff

No description provided

== vs ===

No description provided

array IndexOf vs array Includes vs lodash indexOf

Banana

arrayloops2

No description provided

arrayloops

No description provided

array exercise

No description provided

Map vs Object assign

Lookup of map vs object

Lodash vs plain

No description provided

Lodash.isEqual vs JSON.stringify Equality Comparison for Array of objects

Test on isEqual performance

for vs foreach vs for..of vs for..of over entries

Compare loop performance

Math.pow vs Math.sqrt vs bit operation

No description provided

Fork - Array concat vs spread operator vs push v2

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

Fork - Array concat vs spread operator vs push

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

Array to object benchmark

Array to object benchmark

spread vs push test1

Compare the new ES6 spread operator with the traditional push