Benchmark name When Created
jQuery 2.1.4 selector vs document.querySelector

Comparing speed of jQuery 2.1.4 selector and vanilla JS querySelector

6 years ago
Encode html without creating html elements

There are two way of encoding html elements. One is the create an html element and let the browser handle it. The second looks at every character passed in and then runs a regex match on it and replaces the chars with &#CHAR_CODE;.

6 years ago
filter: ramda vs native 6 years ago
Regex vs .indexOf vs .startsWith vs .substr

Testing some things

6 years ago
Spread operator vs. Array.map and lodash.set

A comparison of the performance of the spread operator, [ ...array ], vs. Array.map(i => ...) and

6 years ago
Array.prototype.concat vs splice 1 6 years ago
Optional Chaining versus _.get lodash 6 years ago
Optional Chaining versus _.get lodash 6 years ago
Optional Chaining versus _.get lodash 6 years ago
eval vs new Function 6 years ago
Counting words space - match vs split 6 years ago
eval vs json parse 6 years ago
fizzBuzzTes 6 years ago
provaffdfd 6 years ago
testsemeke 6 years ago
Canvas gradient perf 6 years ago
Canvas gradient perf 6 years ago
Canvas gradient perf 6 years ago
Canvas gradient perf 6 years ago
id event listener 6 years ago
indexOf vs $.inArray 6 years ago
reassign vs create new 6 years ago
reassign vs create new 6 years ago
reassign vs create new 6 years ago
push vs unshift

push vs unshift

6 years ago

 Create Your benchmarks


;