Benchmark name | When Created |
---|---|
Object creation from property array, manual vs Object.fromEntries | 7 months ago |
Javascript Sorting Algorithms test1 | 7 months ago |
class getter/setter vs property | 7 months ago |
random-int-mathrandom-vs-lodashrandom | 7 months ago |
Compare strings, localeCompare vs Intl.Collator API vs strict equality
This test measures which is faster, compare a string using localeCompare method, the Intl.Collator API or a strict equality |
7 months ago |
Array.filter vs lodash.compact | 7 months ago |
compare the ways to generate an empty array for iteration 2
- Array.apply: Array.apply(null, Array(100)) - Destructuring operator: [...Array(100)] - Array.prototype.fill Array(100).fill(undefined) - Array.from Array.from({ length: 100 }) |
7 months ago |
Substr vs Substring vs Slice v2 | 7 months ago |
indexOf versus object 4 | 7 months ago |
indexOf versus object 3 | 7 months ago |
indexOf versus object 2 | 7 months ago |
indexOf versus object | 7 months ago |
Array.find vs. Map.get (string) fixes
Test the performance of Array.find vs. Map.get, with various array sizes, and with/without conversion from array to map |
7 months ago |
class vs function mk I | 7 months ago |
Lodash SortBy Vs Stable Sort | 7 months ago |
Clone deep benchmarks for PR sections | 7 months ago |
Map vs filter for unique properties in object | 7 months ago |
Destructuring vs Direct Access Performance in JavaScript
This benchmark tests the performance difference between destructuring and direct access of object properties in JavaScript. The goal is to evaluate which method is faster for accessing multiple properties of an object. |
7 months ago |
Performance of js Include function over array and string | 7 months ago |
Array.find vs. Map.get (string)
Test the performance of Array.find vs. Map.get, with various array sizes, and with/without conversion from array to map |
7 months ago |
ClassName vs ClassList get performance
comparing only get |
7 months ago |
Inline anonymous classes
https://es.discourse.group/t/error-detail/1857/49 |
7 months ago |
Wrapped class field access speed v1 | 7 months ago |
Class field access speed v1 | 7 months ago |
Escape HTML regex vs replace vs textNode vs Option 5 | 7 months ago |