Benchmark name When Created
Spread vs Push to Same Array 4 years ago
Caching length property vs getting it each time in the loop vs other loops

save length of the array in the variable vs get it the loop

4 years ago
forEach vs for len vs for in vs for of vs babel for of loops

created based off of an archived jsperf benchmark: http://web.archive.org/web/20191008221700/https://jsperf.com/foreach-vs-for-loop-vs-for-in-vs-for-of-vs-babel-for-of

4 years ago
Includes vs some 4 years ago
tagName vs nodeName 4 years ago
Ramda forEachObjIndexed vs Native Object.values + Array.map 4 years ago
Data Properties vs. Accessor Properties vs. Getter / Setter Methods 2

The purpose of this benchmark is to determine the performance differences between data properties, accessor properties and getters / setter functions.

4 years ago
erwerrwerwer 4 years ago
isNumber: regex vs isNaN (version: 2) 4 years ago
jibadlit001

jibadlitdesc001

4 years ago
fast deep clone array 4 years ago
testas 4 years ago
Spread vs IF 4 years ago
Unique Array: Lodash or from Set with Clean and Sort 4 years ago
groupConsecutiveNumbers with immutable prepending, large and small arrays 4 years ago
groupConsecutiveNumbers with immutable, large and small arrays 4 years ago
zzzxzxzx 4 years ago
Array loop vs foreach vs map - v1 4 years ago
groupConsecutiveNumbers, large and small arrays 4 years ago
Lodash vs Math (lodash 4.17.5) arr(5000) 4 years ago
Reduce with inline add vs. lodash add for ten thousand elements 4 years ago
Sum vs Reduce for ten thousand elements 4 years ago
Reduce vs looping vs ifs 4 years ago
remove with splice vs filter 4 years ago
Object.defineProperty vs Object.assign vs key set 4 years ago

 Create Your benchmarks