Benchmark name | When Created |
---|---|
Map vs Object (Lookup then delete keys fix) Performance
Lookup of map vs object then delete keys w/o checking |
2 months ago |
Map vs Object (Lookup then delete keys) Performance
Lookup of map vs object then delete keys |
2 months ago |
set.has vs. array.includes vs plain object (100 000) | 2 months ago |
set.has vs. array.includes vs plain object | 2 months ago |
set.has vs. array.includes (length : 3) | 2 months ago |
sanitize-htmlq@2.14.0 vs DOMpurify@3.2.4 | 2 months ago |
Conso duplicates solution 2 | 2 months ago |
Conso duplicates solution | 2 months ago |
Lodash vs. Ramda vs. VanillaJS
Compares performance on the same task using Lodash vs two styles of Ramda vs two styles of "native" Javascript. In all cases the task is pulling "counter" property from each item in an array, filtering out odd items, squaring them, then returning those squared values that have less than two digits. Comparing performance of: Lodash funcional style (idiomatic) vs Lodash funcional style (performance optimized with spread) vs Ramda without relying on currying or composition vs Ramda with currying and composition vs Ramda with transducers vs VanillaJS funcional style (idiomatic) vs VanillaJS funcional style (performance optimized with spread) vs VanillaJS procedural. |
2 months ago |
Concat vs push(...) for large arrays 223123
Comparing the various ways to append to a large array |
2 months ago |
new paren | 2 months ago |
starts with vs regex | 2 months ago |
propert access | 2 months ago |
json import vs fetchhbyu | 2 months ago |
Performance of JavaScript .loops | 2 months ago |
es-toolkit isEqual vs JSON stringify (2) | 2 months ago |
javascript loops v2 | 2 months ago |
es-toolkit isEqual vs JSON stringify | 2 months ago |
React 18 useCallback hook vs. function | 2 months ago |
lodash isEqual vs JSON.stringify | 2 months ago |
test didomi | 2 months ago |
set.has vs. array.includes (tiny) | 2 months ago |
RegEx.test vs. String.includes vs. String.match late match | 2 months ago |
JavaScript spread operator vs Object.assign vs direct member access performance | 2 months ago |
test early return | 2 months ago |