Benchmark name When Created
toString vs +[]

comparing the already fast toString to jsfuck-string conversion +[]

one year ago
replaceall rgc/string

replaceall with regex en string

one year ago
My Slice vs Regex one year ago
compare negative zero one year ago
String concatenation vs array join v2 one year ago
Math.sign(-0) one year ago
jQuery vs getElementById vs querySelector vs jQuery Find

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

one year ago
Previous simple selector vs Current more complex selector one year ago
Object assign vs spread operator vs manual assign

Testing how these fare against each other to create a new object (no nested objects). The tests will also change one of the properties in the new object.

one year ago
function vs new function one year ago
Deep compare two object one year ago
querySelector(nth) vs querySelectorAll one year ago
String comparisonwaefawefaewafweafwe one year ago
Javascript: Case insensitive string compariweffwefwefweson performance one year ago
lodash uniqBy vs custom uniqueBy one year ago
lodash uniqBy vs custom uniqBy

the custom uniqBy doesn't rely on sorting. Instead it creates an object with the already added values

one year ago
Comparison Ajax, Fecth and XHR one year ago
Array concat vs spread operator vs push (forEach)sdgsdgfsdg

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

one year ago
Matrix multiplication - TypedArray vs Object Class one year ago
join vs map test d one year ago
Lodash isEqual test bigdata

Test on isEqual performance

one year ago
JS array spread vs concat vs avoiding one year ago
Rewrite multiple classes (className vs. setAttribute vs. classList)

Rewrite multiple classes className vs. setAttribute vs. classList

one year ago
Location Formatting one year ago
Map vs Apply/Map one year ago

 New benchmark Your benchmarks