Benchmark name When Created
NodeList for...of vs [].map.call one year ago
for...of vs [].map.call one year ago
jQuery by id vs Document.getElementById 2.0

Comparing speed of getting element by id with jQuery vs Vanilla JS

one year ago
jquery find vs jquery each one year ago
Slice vs Spread Operator Test

Compare the new ES6 spread operator with the traditional slice() method

one year ago
unshift vs spread operator v2 one year ago
unshift vs spread operator one year ago
Array concat vs spread operator vs push timings

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

one year ago
in vs not undefined one year ago
Ramda vs. VanillaJS - Find an object by prop

Compares performance of finding an object with a given property from a list.

one year ago
split-join vs replaceAll one year ago
Array Join vs Template String one year ago
Comparing deep cloning methods (small object): Lodash <> Custom clone func <> JSON.parse <> structuredClone 2

Missing clone-deep

one year ago
spread array performance (vs slice, splice, concat, filter) one year ago
Array vs. object (great) one year ago
lodash xor vanila toggle

lodash xor for toggling value vs es6 includes if else

one year ago
Object.entries VS Object.keys VS Object.values one year ago
space separator: Split vs Regex one year ago
clientHeight vs offsetHeight vs getBoundingClientRect one year ago
Benchmark, spread vs. concat vs. push in Array push item

spread, concat, push efficiency

one year ago
string-interpolation-vs-string-type-coercion one year ago
Regex vs 2 x indexOf

Compare if identifying a URL string to be a format of /start/1234/end is faster with regex match or indexOf at start and end

one year ago
Array vs. object large one year ago
JS native vs js native loop vs Ramda vs. Lodash 4

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.

one year ago
JS native vs js native loop vs Ramda vs. Lodash 3

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.

one year ago

 New benchmark Your benchmarks