Browse the latest JavaScript performance benchmarks created by the community.
No description provided
No description provided
No description provided
No description provided
https://developer.mozilla.org/en-US/docs/Web/API/structuredClone
No description provided
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.
No description provided
comparing native sort of objects by localeCompare vs lodash _.orderBy
No description provided
No description provided
flatMap vs filter map
No description provided
No description provided
No description provided
No description provided
No description provided
Comparing Various Event Emitter Options
Comparing Various Event Emitter Options
Testing LoDash's omit function against Destructured undefined against delte
No description provided
Difference between typeof(a => {}) === 'object' and (a => {}).constructor === Object
Difference between typeof(a => {}) === 'object' and (a => {}).constructor === Object
Testing LoDash's omitBy agains plain js
Testing LoDash's omitBy agains plain js