Benchmark name When Created
Dedupe Obj by prop (150 items) one year ago
Object.create(null) vs {} vs Map() key access (heavy)

Testing access to the own properties of a big Object / Map. true / false - 50% / 50% . Caution! Heavy test.

one year ago
moment vs date-fns parsing

It's not a deep validation; I'm just comparing ONE function that those two libraries have in common.

one year ago
map() vs for...loop using Moore's 3 one year ago
Array.prototype.slice vs For i loop one year ago
Deep copy comparison with structuredClone

Benchmarks for StackOverflow question on deep copy techniques https://stackoverflow.com/questions/7486085/copy-array-by-value/23536726#23536726

one year ago
replaceAll native 2023 vs regex replace one year ago
Lodash Union vs Spread (100000) one year ago
Dompurify vs fn that returns string one year ago
Last char in a string: char index vs charAt() vs slice() vs at()

Compare methods for testing string's beggining character.

one year ago
Timezone format: Intl.DateTimeFormat vs. Moment.js vs. Luxon one year ago
Add Zeroes one year ago
Compare Or vs Includes one year ago
Array fill method vs for loop test

Array fill method vs for loop performance validation

one year ago
set.has vs. array.includes for single element 2 one year ago
parseInt-vs-math.floor2agasdsgsa

Check the impact between the two

one year ago
test + replace vs replace all one year ago
set.has vs. array.includes (100000) one year ago
str.split vs spread one year ago
matches vs. hasClass vs. classList one year ago
Array.from vs Spread multiple count sizes one year ago
Delete vs undefined vs spread one year ago
Lodash.get vs Lodash.property vs native dynamic one year ago
Performance Test: substring vs substr vs sliceyy one year ago
Performance Test: substring vs substr vs slicey one year ago

 Create Your benchmarks