Benchmark name When Created
Math.max/min vs if vs ternary(non-nested) operator 3 years ago
insertAdjacentHTML vs jquery.append_ 3 years ago
Class vs Function 3 years ago
new Date vs Date.now 3 years ago
Which equals operator (== vs ===) is faster? with object.is

Is there a performance benefit to replacing == with ===?

3 years ago
null checking 3 years ago
Ramda vs. Lodash mmm

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.

3 years ago
splice vs spread 10_23_2021 3 years ago
setAttribute vs style.cssText 3 years ago
js custom yield vs base ma 3 years ago
Null and undefined checks 3 years ago
Traverse function vs NodeIterator vs TreeWalker (swh-2)

Let's compare the speed of 3 different ways to traverse the DOM.

3 years ago
Traverse function vs NodeIterator vs TreeWalker (swh)

Let's compare the speed of 3 different ways to traverse the DOM.

3 years ago
splice() vs copyWithin() for adding element at index 3 years ago
splice vs copyWithin 3 years ago
style.display vs classList.toggle 3 years ago
set.has vs. array.includes asd fasdfasdf 3 years ago
switch vs if js

switch vs if

3 years ago
JavaScript spread operator vs Object.assign performance with new error 3 years ago
JavaScript spread operator vs Object.assign performance - correct 3 years ago
JS Slice vs. Pop for last element 3 years ago
Lodash (omitBy & isUndefined) vs native 3 years ago
ramda safeToString vs. JSON.stringify 3 years ago
ramda toPairs vs. Object.entries 3 years ago
Arrow vs Fun vs Arrow No Closure 3 years ago

 Create Your benchmarks