Benchmark name When Created
Split large array into multiple chunked array

Break up array into multiple arrays using slice and filter

3 years ago
Build String vs. Parse String 3 years ago
Recursive Iteration VS. Dynamic RegExp 3 years ago
new Function vs func 3 years ago
Best practise for loop v2 3 years ago
Init array : Spread vs push

Spread vs push

3 years ago
100 elems: Spread operator vs. Array.map and lodash.set vs spread v2

A comparison of the performance of the spread operator, [ ...array ], vs. Array.map(i => ...) and

3 years ago
Destructure vs Assignments 3 years ago
Trimming leading/trailing characterssss 3 years ago
Trimming leading/trailing charactersss 3 years ago
Trimming leading/trailing characterss 3 years ago
reduce.concat() vs flat() v.2 3 years ago
Map & Object.fromEntries vs reduce 3 years ago
Object.prototype.toString.call vs typeof 3 years ago
Compare Concat->Push with Spread->Concat with map

Compare Concat->Push with Spread->Concat

3 years ago
Compare Concat->Push with Spread->Concat

Compare Concat->Push with Spread->Concat

3 years ago
Regex vs split 3 3 years ago
Regex vs split 2 3 years ago
forEach vs mapfilter vs transduce 3 years ago
JavaScript spread operator vs Object.assign vs Setter performance 3 years ago
Iterate 3 years ago
push or spread

test test

3 years ago
Array.prototype.concat vs spread operator on NodeList 2

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

3 years ago
createElement vs cloneNode with option and fragment

Faster way to create new dom elements before insertion

3 years ago
createElement vs cloneNode with option

Faster way to create new dom elements before insertion

3 years ago

 Create Your benchmarks