Browse the latest JavaScript performance benchmarks created by the community.
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.
Port from jsperf(https://jsperf.com/sorting-algorithms/58)
No description provided
No description provided
No description provided
ES6 Optional Chaining vs TS Optional Chaining result in javascript vs vs. Lodash _.get
No description provided
No description provided
No description provided
Deletion of an element from an array.
No description provided
No description provided
No description provided
No description provided
No description provided
Test speed of object access by key vs array find to find object
No description provided
No description provided
No description provided
Compare round lodash function vs javascript native toFixed() function
No description provided
Compares slice, substr and substring to each other when the start index is 0
No description provided
Compare the new ES6 spread operator with the traditional push method