Benchmark name When Created
Concat vs push(...) for large arrays with PrototypePushApply

Comparing the various ways to append to a large array

one month 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).

one month ago
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).

one month ago
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).

one month ago
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).

one month ago
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).

one month ago
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).

one month ago
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).

one month ago
lodash vs deepmerge vs deepmerge-ts vs ts-deepmerge one month ago
josh's Object.fromEntries vs reduce vs map one month ago
Replace char in long string one month ago
i hate l00ps one month ago
test json vs omit one month ago
Trim last char2 one month ago
Object.assign vs Object.fromEntries 2 one month ago
Object.assign vs Object.fromEntries one month ago
Filter vs indexOf + spread+ splice one month ago
Array filter vs. for loop - with for in (10k) one month ago
lodash sortBy concat one month ago
Get index with indexOf or with map one month ago
String comparison vs boolean check one month ago
String compare with localCompare

string vs localCompare

one month ago
New vs clear one month ago
lodash/partitionBy vs native reduce one month ago
Array.from() VS Spread one month ago

 New benchmark Your benchmarks