Benchmark name | When Created |
---|---|
bechn Spread operator VS Object.assign VS Object.create vs new Object for simple Objects | 2 months ago |
Array.find vs. Map.get for 1000 - 1e6
Test the performance of Array.find vs. Map.get, with various array sizes, and with/without conversion from array to map |
2 months ago |
Array.find vs. Map.get for small intss
Test the performance of Array.find vs. Map.get, with various array sizes, and with/without conversion from array to map |
2 months ago |
Array.find vs. Map.get for small ints
Test the performance of Array.find vs. Map.get, with various array sizes, and with/without conversion from array to map |
2 months ago |
JavaScript spread operator vs Object.assign (to new obj) performance | 2 months ago |
Nullish coalescing (??) vs logical OR (||) vs JS Compiled ?? (?:) | 2 months ago |
Filling an array | 2 months ago |
Compare jQuery 3.7.0 vs 3.0.0 performance | 2 months ago |
Assignment of value vs Destructuring an objectzz | 2 months ago |
Object.fromEntries + ar.map vs manual modification of DOMRect | 2 months ago |
ID Generation Testing | 2 months ago |
callback vs event | 2 months ago |
String match in list: switch-case vs. Array.includes() vs. Set.has() | 2 months ago |
Template literals vs String concat vs Array.join() | 2 months ago |
Array.from vs Spread 101010101 | 2 months ago |
json stringify vs array join dumb test | 2 months ago |
Object.entries reduce vs lodash mapValues | 2 months ago |
base64 test | 2 months ago |
Dict vs. Map vs. Array ( complete iteration 4)
Large dictionary - how worse is it from array with direct reference? And how does Map perform? |
2 months ago |
Dict vs. Map vs. Array ( complete iteration Ultimate Collection)
Large dictionary - how worse is it from array with direct reference? And how does Map perform? |
2 months ago |
Dict vs. Map vs. Array ( complete iteration 3)
Large dictionary - how worse is it from array with direct reference? And how does Map perform? |
2 months ago |
Dict vs. Map vs. Array ( complete iteration 2)
Large dictionary - how worse is it from array with direct reference? And how does Map perform? |
2 months ago |
Dict vs. Map vs. Array ( complete iteration)
Large dictionary - how worse is it from array with direct reference? And how does Map perform? |
2 months ago |
Dict vs. Map vs. Array (all entries)
Large dictionary - how worse is it from array with direct reference? And how does Map perform? |
2 months ago |
Performance of Object.values(obj) vs_.values() vs for...in to extract values from an objects
Compare performance between the native Object.values(obj) function vs the lodash _.values() option and a function that extracts the values of an object using a for...in loop. |
2 months ago |