Benchmark name When Created
find vs findIndex vs loop for 2

Measuring which is faster

3 months ago
find vs findIndex vs loop for

Measuring which is faster

3 months ago
Set.difference vs Filter + includes 3 months ago
asdfasdfqer 3 months ago
perf innerHTML vs innerText vs textContent

blah blah

3 months ago
slice vs substring (start-end)

Compares slice, substr and substring to each other

3 months ago
trim().endsWith() vs regex 3 months ago
Array.from vs Spread 100,000 3 months ago
Lazy array chains: no benefit for simple non-stupid ops 3 months ago
automatic casting int to boolean casting vs int comparison 3 months ago
for...in vs for...of 3 months ago
json stringify parse vs spread 3 months ago
map vs flatMap (fixed) 3 months ago
array.index and Array.splice vs Array.filter

Test a speed difference between these 2 approaches

3 months ago
Ternary with null choice vs && 3 months ago
[ARRAY] concat vs spread operator vs push + spread vs prototype.push.apply

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

3 months ago
id vs attribute 3 months ago
Array concat vs spread operator vs push (Single item)

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

3 months ago
Quick Sort 2 vs Merge Sort fixed 3 months ago
Quick Sort 2 vs Merge Sort 3 months ago
Quick sort vs Merge sort 3 months ago
Speed of finding max value

Uses 4 different approaches: loop, Math.max.apply, reduce, and sort

3 months ago
ID vs set data attribute 3 months ago
map VS OBJ 3 months ago
get first string segment2: split vs slice

Javascript split vs slice performance

3 months ago

 Create Your benchmarks