Benchmark name When Created
Array.prototype.slice vs spread operator corrected

Compare the new ES6 spread operator with the traditional slice() method

3 years ago
Number format 3 years ago
Search benchmark 3 years ago
FIND vs SOME v2 3 years ago
Replace Comparison 3 years ago
ravalo test 3 years ago
hasOwnProperty string vs number

Object lookup performance

3 years ago
object isEmpty test2 3 years ago
Array fill method vs for loop small array

Array fill method vs for loop performance validation

3 years ago
Uppercase first letter 3 years ago
slice VS splice VS shift: who is the fastest to keep constant size'huang

100k list splice and shift win, they mutate list slice loose, it creates a copy of list 7.5x slower

3 years ago
Quick topology clone perf test 3 years ago
loop direct vs with result checks 3 years ago
Array: findIndex vs forEach

Finds out which performs better. Getting index according after satisfying requirement.

3 years ago
Object.values at index vs access name of property 3 years ago
innerText 2 3 years ago
3 Ways to Iterate a JavaScript Collection v.1.0.1 3 years ago
NodeList vs Array iterator 4 3 years ago
NodeList vs Array iterator 3 3 years ago
NodeList vs Array iterator 3 years ago
Expermiments with arrays 3 years ago
Map (Native vs Ramda vs Lodash) 5

measures the speed of ramda's map vs Array's native map vs lodash map

3 years ago
Fastest iteration over array: map vs forEeach vs while vs for loop (fixed) 3 years ago
Fastest iteration over array: map vs forEeach vs while vs for loop 3 years ago
Find vs FindIndex with object arrays 3 years ago

 Create Your benchmarks