Benchmark name When Created
Regex vs 2 x indexOf

Compare if identifying a URL string to be a format of /start/1234/end is faster with regex match or indexOf at start and end

one year ago
Array vs. object large one year ago
JS native vs js native loop vs Ramda vs. Lodash 4

Compares performance on the same task using Lodash vs two styles of Ramda vs two styles of "native" Javascript. In all cases the task is pulling "counter" property from each item in an array, filtering out odd items, squaring them, then returning those squared values that have less than two digits.

one year ago
JS native vs js native loop vs Ramda vs. Lodash 3

Compares performance on the same task using Lodash vs two styles of Ramda vs two styles of "native" Javascript. In all cases the task is pulling "counter" property from each item in an array, filtering out odd items, squaring them, then returning those squared values that have less than two digits.

one year ago
Lodash cloneDeep vs JSON clone vs structuredClone huge object 2

compare clone methods

one year ago
JS native vs js native loop vs Ramda vs. Lodash 2

Compares performance on the same task using Lodash vs two styles of Ramda vs two styles of "native" Javascript. In all cases the task is pulling "counter" property from each item in an array, filtering out odd items, squaring them, then returning those squared values that have less than two digits.

one year ago
JS native vs js native loop vs Ramda vs. Lodash

Compares performance on the same task using Lodash vs two styles of Ramda vs two styles of "native" Javascript. In all cases the task is pulling "counter" property from each item in an array, filtering out odd items, squaring them, then returning those squared values that have less than two digits.

one year ago
Array vs. object one year ago
RegEx.test vs. String.includes vs. String.indexOf one year ago
Lodash cloneDeep vs JSON Clone with huge array of objects one year ago
for loop array one year ago
Get length of arr vs obj one year ago
Check first character 2 one year ago
Regex Replace vs native replaceAll one year ago
Comparing deep cloning methods (array of objects): Lodash <> Custom clone func <> JSON.parse <> structuredClone

Missing clone-deep

one year ago
Comparing deep cloning methods (small object): Lodash <> Custom clone func <> JSON.parse <> structuredClone

Missing clone-deep

one year ago
str split vs spread long string one year ago
lodash sortBy vs native [immutable6] sortBy one year ago
lodash sortBy vs native [immutable5] sortBy one year ago
lodash sortBy vs native [immutable4] sortBy one year ago
Array access VS substring one year ago
lodash sortBy vs native [immutable3] sortBy one year ago
lodash sortBy vs native [immutable] sortBy one year ago
Map (Native vs Ramda vs Lodash) v2

measures the speed of ramda's map vs Array's native map vs lodash map

one year ago
Comparing for, foreach and map one year ago

 New benchmark Your benchmarks