Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Add new array to array: push vs concat

No description provided

Add new array to array: push vs destructuring

No description provided

eval vs json parse only, no var declaration (identical input)

Evaluates eval vs json parse only, without any declaration of a variable.

eval vs json parse only, no var declaration

Evaluates eval vs json parse only, without any declaration of a variable.

eval vs json parse only

Evaluates eval vs json parse only, not declaration of a variable within eval.

Object.fromEntries vs reduce (real object)

No description provided

Add new element to array - unshift vs destructuring

Comparing performance of: spread operator vs Push

Lodash partition vs ES6 for..of partition

Comparison of using lodash partition against raw ES6 using for..of loop

Traditional vs For Each Loop

For Each Loop

Array filter vs. for loops with for of

No description provided

Array filter vs. for loop - with for of

No description provided

Array.includes vs String.includes vs Object Hashmap vs Set vs Array.indexOf (Testing unique 0...N)

Matching a string against more than one possibility.

Array.includes vs String.includes vs Object Hashmap vs Set vs Array.indexOf (Testing 0...N)

Matching a string against more than one possibility.

RegEx.test vs String.startsWith

No description provided

Array.from vs ForEach for Maps

No description provided

Parse number removing insignificant digits

No description provided

Reduce vs Constructor2

No description provided

textContent vs nodeValue vs data (same-level)

No description provided

Lodash Uniq vs Javascript Set vs Ramda with Ethereum Addresses

An array of 1000 addresses where half of the addresses are duplicates

structuredClone vs Object cloning for `Map<number, Set<number>>`

No description provided

Lodash Uniq vs Javascript Set vs Ramda Strings

No description provided

Ramda Uniq Vs Set 2

testing ramda uniq vs set

Ramda uniq vs JS set

No description provided

Regular vs arrow functions

No description provided

lodash clonedeep vs json.parse(stringify()) vs recursivecopy on larger JSON object

No description provided