Benchmark name When Created
get all element's attributes 2 years ago
Exclude keywords

array includes, string includes, regex test, switch case

2 years ago
_.intersection vs function 2 years ago
Ramda vs. Lodash 2021 v2

Compares performance on the same task using Lodash vs two styles of Ramda vs two styles of "native" Javascript. In all cases the task is pulling "counter" property from each item in an array, filtering out odd items, squaring them, then returning those squared values that have less than two digits.

2 years ago
forEach + push vs flat 2 years ago
Delete undefined property 2 years ago
Array sort & map vs. map & sort

The best way to map and sort array of arrays

2 years ago
d3 vs date-fns 2 years ago
string split vs spread vs array from 2 years ago
JavaScript Fastest Array Copy

Testing the results for the fastest approach of shallow copying an array in JavaScript (concat, slice, for loop, while loop, spread operator).

2 years ago
JavaScript Array Copy

Testing the results for the fastest approach of shallow copying an array in JavaScript (concat, slice, for loop, and while loop).

2 years ago
JS Fastest Array Shallow Copy

Testing the results for the fastest approach of shallow copying an array in JavaScript (concat, slice, for loop, and while loop).

2 years ago
findIndex vs for loop simple 2 2 years ago
JQuery object cache 2 years ago
findIndex vs for loop simple 2 years ago
findIndex vs for loop 2 2 years ago
findIndex vs for loop 2 years ago
parseInt() VS x.toFixed()

Compare javascript native parseInt() function vs toFixed() function

2 years ago
Inherited Array splice 2 years ago
URL parsing 2 years ago
Array vs SubArray splice

Array vs SubArray splice

2 years ago
Deep object equalA / equalB / lodash isEqual /equalIterative fix

Compares deeply two objects

2 years ago
Deep object equalA / equalB / lodash isEqual /equalIterative

Compares deeply two objects

2 years ago
array of objects shallow clone comparison narrowed

1. concat 2. spread 3. slice 5. Object.values 6. Array.from

2 years ago
array shallow clone comparison narrowed

1. concat 2. spread 3. slice 5. Object.values 6. Array.from

2 years ago

 New benchmark Your benchmarks