Benchmark name When Created
Lodash vs Native v3,0,0 one year ago
Moment Dayjs Date-fns format benchmark 2 one year ago
Remove all children from DOM element 2 one year ago
Plain object check: Object.prototype.toString vs Object.getPrototypeOf one year ago
for-in vs object.keys [2] one year ago
Check URL protocol and domain new URL, includes, endWith vs Regex one year ago
replace vs. slice

Cut first char from string.

one year ago
Array concat vs spread operator vs push TINA

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

one year ago
array indexOf vs includes vs some vs find

performance comparison of ways to find if an array contains a value

one year ago
pop() vs splice() one year ago
Object.hasOwn vs 'in' performance v2

comparing Object.hasOwn(obj, "foo") with "foo" in obj

one year ago
Object.hasOwn vs 'in' performance

comparing Object.hasOwn(obj, "foo") with "foo" in obj

one year ago
symmetric difference of sets

Various ways of getting A  Δ B = (A\B) ∪ (B\A) = (A ∪ B) \ (A ∩ B)

one year ago
Chimic one year ago
string.replace vs regexp.matchAll vs regexp.exec one year ago
Strict equality performance (operands of different types) one year ago
Consume Object.entries vs for..in vs for..in fn 222222 one year ago
_.has vs hasOwnProperty.bind vs hasOwnProperty.call one year ago
Lodash has vs hasOwnProperty.bind one year ago
Lodash 4.17.21 sort VS array.prototype.sort one year ago
JavaScript sprea vs Object.assign performance one year ago
Date.prase vs new Date one year ago
lodash uniq vs set with spread one year ago
Simple Array Find vs Includes one year ago
for-in vs for-of and object.keys one year ago

 New benchmark Your benchmarks