Benchmark name When Created
Set vs checked array add 2 years ago
Set vs array add 2 years ago
Inlining 2 years ago
join vs string + trim vs filter + join 2 years ago
function vs classe rdgdf gdf gdfg dfg dt435e 2 years ago
for vs for in vs for of vs forEach (no length)

Put array length outside of the loop

2 years ago
char index vs charAt() vs slice() vs substr()

Compare methods for testing string's beggining character.

2 years ago
Fast deep equal 2 years ago
js private field 2 years ago
Object literal vs JSON.parse fork

As long as the JSON string is only evaluated once, the JSON.parse approach is much faster compared to the JavaScript object literal, especially for cold loads.

2 years ago
js find vs lodash find 2 years ago
Find object from array 2 years ago
Math.max vs. custom max

N/A

2 years ago
Math.max vs. custom algormithm

N/A

2 years ago
Math.max vs ternary (patched) 2 years ago
Math.max vs ternary 2 years ago
Rest parameters vs array parameter with empty parameters 2 years ago
Rest parameters vs array parameter 2 years ago
JS find vs indexOf 4

JS find vs findIndex

2 years ago
JS find vs indexOf 3

JS find vs indexOf

2 years ago
JS find vs indexOf 2

JS find vs indexOf

2 years ago
lodash uniq vs set vs uniqSort 2 years ago
Lodash vs Javascript benchmarks DrewM4 2 years ago
for vs for in vs for of vs forEach 2 years ago
string.replace with regex: presaved const vs inline 2 years ago

 New benchmark Your benchmarks