Benchmark name When Created
Create object 5 years ago
Destructure vs Traditional 5 years ago
Spread vs Traditional 5 years ago
attribute finding: querySelectorAll vs evaluate

trying to see how to best emulate $x(), and how that compares to querySelectorAll (in a case where there is an equivalent pattern) unfortunately can't test against $x(), but I reckon it would've been way faster than the methods employed here to construct something array-like from evaluate() to mimic it :(

5 years ago
Copy array568 5 years ago
foreach overhead 5 years ago
length or no length 5 years ago
withLength 5 years ago
Reduce vs Iterate 5 years ago
querySelector vs getElementsByClassName Nested 5 years ago
Spread vs Array.splice 5 years ago
sam's non-mutating array remove element: spread and slice vs slice and splice vs filter 5 years ago
loop vs map v3 5 years ago
non-mutating array remove element: spread and slice vs slice and splice vs filter 5 years ago
non-mutating array remove: spread and slice vs slice and splice 5 years ago
Lodash map vs array.prototype.map 5 years ago
Slice vs RegExp

Find best perf for removing first known dir in path string.

5 years ago
ES6 Array concat vs spread operator

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

5 years ago
if vs snake 1 5 years ago
if vs snake 5 years ago
obj vs arr 5 years ago
string comparison ar vs if 5 years ago
slice vs substr vs substring (with end index & large string)

Compares slice, substr and substring to each other when there is a start and end index on a large string (10k words, ~67KB)

5 years ago
spread array performance (vs slice, splice, concat) 5 years ago
startsWith vs string array 5 years ago

 Create Your benchmarks


;