Benchmark name | When Created |
---|---|
legacy RW calc tests
Task 1: Find a random element's position in an array. Task 2: Find a shared single random element's position in two arrays. |
3 years ago |
Array reassign vs pop & push
Compare reassignment to the last element vs pop and push |
3 years ago |
Date.now() | 3 years ago |
Stor info in Array vs Object | 3 years ago |
JSON.stringify, string concat, template string, join, plus | 3 years ago |
if and direct call | 3 years ago |
Ladash map versus ECMA6 map
Test if using ECMA6 map is better than using lodash map |
3 years ago |
Concat vs spread | 3 years ago |
async for vs promise all (setTimeout version)
Inspired by: https://www.measurethat.net/Benchmarks/Show/13019/0/async-for-vs-promiseall |
3 years ago |
Passing existing array vs spreading twice | 3 years ago |
for of vs for loop v3 | 3 years ago |
for of vs for loop v2 | 3 years ago |
map foreach vs array lookup vs map const of vs arr const of | 3 years ago |
map foreach vs array lookup vs const of | 3 years ago |
array.length vs array.splice
Want to make sure that delete last elements through length is faster. |
3 years ago |
map foreach vs array lookup | 3 years ago |
Improved Lodash get vs my get | 3 years ago |
sumOfEventNumbers-vanilla-vs-rxjs | 3 years ago |
test123-pschild1
test123 |
3 years ago |
test123-pschild
test123 |
3 years ago |
filter uniq
compre uniqBy to native |
3 years ago |
native find vs lodash _.find_fork
Compare the new ES6 spread operator with the traditional concat() method |
3 years ago |
Classnames vs CLSX vs ClassD vs Alternatives
Compare CLSX vs Classnames vs ClassD vs an own implementation of creating a template string |
3 years ago |
traditional for loop vs for ... of | 3 years ago |
Array.prototype.concat vs spread operator xxx
Compare the new ES6 spread operator with the traditional concat() method |
3 years ago |