Benchmark name | When Created |
---|---|
Ramda mapObjIndexed vs Ramda map
measures the speed of ramda's map vs Array's native map |
one year ago |
Ramda mapObjIndexed vs Array.map
measures the speed of ramda's map vs Array's native map |
one year ago |
slice vs filter23 | one year ago |
slice vs filter2 | one year ago |
RegEx.test vs. String.includes vs. String.match 200 | one year ago |
toString() number vs string | one year ago |
lodash groupBy vs Array.reduce vs Object.groupBy 100k | one year ago |
TextDecoder vs String.fromCharCode Big | one year ago |
Array concat large-ish data sets | one year ago |
findIndex in map vs. lookup + map | one year ago |
finIndex in map vs. lookup + map | one year ago |
Reduce Object vs Map | one year ago |
Array.prototype.concat vs spread operator 2023 | one year ago |
dsdadsastructuredClone test
compare array copy/clone methods sdfewfe |
one year ago |
inline vs function call vs function call x2 vs variable function | one year ago |
inline vs function call vs function call x2 vs function call x3 | one year ago |
ObjectDefineProperty | one year ago |
RegEx.test vs. String.includes vs. String.match vs String.indexOf 65444 | one year ago |
Test JS getter/setter | one year ago |
replaceChildren vs documentFragment [2] | one year ago |
Spread vs JSON.parse(JSON.stringify()) 2
Benchmarks spread vs JSON.parse(JSON.stringify()) |
one year ago |
slice vs substring (removing rightmost char)
Compares slice and substring to each other when removing the rightmost character |
one year ago |
Should you cache Intl.DateTimeFormat?
Testing creating a new Intl.DateTimeFormat each time vs. caching it using JSON-stringified options object as the key. |
one year ago |
Object.values vs cached array
Compare fetching values by calling Object.values on the fly vs a cached array |
one year ago |
Trig functions plusplus
Which of the built-in trig functions are fastest? slowest? |
one year ago |