Benchmark name When Created
array[index] vs array.at(index) 28 minutes ago
frozen VS unfrozen object iteration times 11 hours ago
Fastest way to check if object is empty with 3 types of checks with big amount of data

You don't need to make add for loops in your test scenarios, the benchmark does it itself.

14 hours ago
new-date-vs-date-settime-fixed2 14 hours ago
new-date-vs-date-settime-fixed 14 hours ago
`filter().length` vs. `reduce` vs. `for` fork

Compare `filter().length` vs `reduce` vs `for` loop by counting element that satisfy condition. Forked from https://www.measurethat.net/Benchmarks/Show/22294/0/filterlength-vs-reduce-vs-for

14 hours ago
i hate l00ps with optimaze for and with function 15 hours ago
i hate l00ps with optimaze for 15 hours ago
push spread vs concat jopa 16 hours ago
TESTSort2 17 hours ago
TESTSort 17 hours ago
flatMap vs filter.map vs reduce to Object samll data set

flatMap vs filter map

19 hours ago
flatMap vs filter.map vs reduce to Object

flatMap vs filter map

19 hours ago
math.min/max vs sort 20 hours ago
JSON.stringify vs structuredClone1

JSON.stringify vs structuredClone

20 hours ago
Concat vs push(...) for large arrays with PrototypePushApply

Comparing the various ways to append to a large array

23 hours ago
jAg's comparison of unzipping, possibly modifying, and rezipping objects with 31 fields

You've got an object with a bunch of fields. You want to iterate through each field and if it matches a certain set of values/state, you want to modify it, and then get the final updated object (ie not just the updated values, but all the unchanged values too. The only thing that doesn't matter is the original value).

yesterday
jAg's comparison of unzipping, possibly modifying, and rezipping objects with 62 fields

You've got an object with a bunch of fields. You want to iterate through each field and if it matches a certain set of values/state, you want to modify it, and then get the final updated object (ie not just the updated values, but all the unchanged values too. The only thing that doesn't matter is the original value).

yesterday
jAg's comparison of unzipping, possibly modifying, and rezipping objects with 125 fields

You've got an object with a bunch of fields. You want to iterate through each field and if it matches a certain set of values/state, you want to modify it, and then get the final updated object (ie not just the updated values, but all the unchanged values too. The only thing that doesn't matter is the original value).

yesterday
jAg's comparison of unzipping, possibly modifying, and rezipping objects with 250 fields

You've got an object with a bunch of fields. You want to iterate through each field and if it matches a certain set of values/state, you want to modify it, and then get the final updated object (ie not just the updated values, but all the unchanged values too. The only thing that doesn't matter is the original value).

yesterday
jAg's comparison of unzipping, possibly modifying, and rezipping objects with 500 fields

You've got an object with a bunch of fields. You want to iterate through each field and if it matches a certain set of values/state, you want to modify it, and then get the final updated object (ie not just the updated values, but all the unchanged values too. The only thing that doesn't matter is the original value).

yesterday
jAg's comparison of unzipping, possibly modifying, and rezipping objects with 10,000 fields

You've got an object with a bunch of fields. You want to iterate through each field and if it matches a certain set of values/state, you want to modify it, and then get the final updated object (ie not just the updated values, but all the unchanged values too. The only thing that doesn't matter is the original value).

yesterday
jAg's comparison of unzipping, possibly modifying, and rezipping objects

You've got an object with a bunch of fields. You want to iterate through each field and if it matches a certain set of values/state, you want to modify it, and then get the final updated object (ie not just the updated values, but all the unchanged values too. The only thing that doesn't matter is the original value).

2 days ago
lodash vs deepmerge vs deepmerge-ts vs ts-deepmerge 2 days ago
josh's Object.fromEntries vs reduce vs map 2 days ago

 New benchmark Your benchmarks