Benchmark name When Created
change css property 2 years ago
Add empty classes to classList 2 years ago
JS: Null vs Undefined 2 years ago
RXJSv7 vs Vanilla 2 years ago
Array: Object.prototype.toString vs instanceof vs Array.isArray 2 years ago
Date: Object.prototype.toString vs instanceof 2 years ago
replace vs replaceAll xxx 2 years ago
Loop vs find 2

loop performance

2 years ago
Object arrays: findIndex vs for loop for finding and editing an array item.

Test finding an object array via findIndex or by using a for loop, and edit the value of that index.

2 years ago
ehhhhhhh 2 years ago
regex vs compiled regex vs includes

Compares the difference in performance between regex, compiled regex and includes.

2 years ago
instanceof vs typeof vs fast typeof object2 2 years ago
instanceof vs typeof vs fast typeof object 2 years ago
var example = 'there is no spoon' 2 years ago
Deep object equalA and equalB

Compares deeply two objects

2 years ago
Deep object equal

Compares deeply two objects

2 years ago
Yepo_deepEqual vs. lodash.isEqual v1.1

Aim to optimize object deepEqual algorithm in JS

2 years ago
custom_deepEqual vs. lodash.isEqual 2 years ago
jQuery .first() vs :first vs .filter(:first) vs .eq(0) vs $(.get(0)) vs $([0]) [2] 2 years ago
Deep equal

Compares deeply two objects

2 years ago
String.match vs. RegEx.test (MongoDB ObjectID) 2 years ago
is variable undefined? typeof variable === "undefined" vs variable === undefined. WIth variable

Comparing whether checking is (typeof variable === "undefined") is faster than (variable === undefined)

2 years ago
for vs find vs map vs foreach just longer 2 years ago
for vs for (reverse) vs forEach vs every 2 years ago
domino chain alg 2 years ago

 New benchmark Your benchmarks