Benchmark name When Created
Sync vs Promise benchmark test one year ago
arr unshift vs push + reverse ( array 100) one year ago
deepClone vs JSON parse/stringify one year ago
Map vs Reduce for string one year ago
split vs substring (correct version 2)

Compares slice, substr and substring to each other when there is only a start index, check the split vs substring benchmark for the original version. It's also not fair since the substring split points are hardcoded

one year ago
split vs substring (correct version)

Compares slice, substr and substring to each other when there is only a start index, check the split vs substring benchmark for the original version. It's also not fair since the substring split points are hardcoded

one year ago
at method versus array index

How does Array.prototype.at() performance compare to traditional indexing (arr[i]).

one year ago
Array.from vs Spread 100k one year ago
dategeneration2 one year ago
dategeneration one year ago
test luxon one year ago
test benchmark for large slice one year ago
lodash.foreach vs for-of vs array.forEach one year ago
document.createTextNode('text') vs new Text('text') one year ago
String() vs .toString() vs `` one year ago
Some vs. Filter vs. Find, 10 vs 10k one year ago
Test substring 123445 one year ago
Test substring 12344 one year ago
Array.from vs Spread vs For one year ago
Array.from vs Spread of Map one year ago
Freeze vs no freeze one year ago
Javascript unique string array with array-valued return type

Create a unique array of strings from a possible non-unique array.

one year ago
Trey - unique array one year ago
Javascript unique string array

Create a unique array of strings from a possible non-unique array.

one year ago
substr vs slice vs substring one year ago

 Create Your benchmarks