Benchmark name | When Created |
---|---|
is find arrays cached | 3 years ago |
Comare ^Regex vs startsWith, .search vs .indexOf, .test vs .include (spelled correctly)
Testing some things |
3 years ago |
HTMLImageElement vs HTMLCanvasElement vs ImageBitmap
CanvasRenderingContext2d::drawImage with HTMLImageElement vs HTMLCanvasElement vs ImageBitmap |
3 years ago |
Create Array Filled with Undefined | 3 years ago |
Set vs Map vs Object for lookups | 3 years ago |
Create New Array & Fill it | 3 years ago |
Array.prototype.slice vs spread operator vs map
Compare the new ES6 spread operator with the traditional slice() method and map() method |
3 years ago |
Date clone test
test Date(ts) vs Date(yy, mm, dd) |
3 years ago |
lodash merge vs object.assign vs spread 3984398 | 3 years ago |
pow vs compound sqrt
pow(x, -1.5) vs (1/sqrt(x) + 1/x) |
3 years ago |
Array vs Set loopup in Javascript | 3 years ago |
object[]: findIndex vs for loop
Testing Array.prototype.findIndex vs a for loop over an array of objects |
3 years ago |
Array concat vs spread vs unshift
Compare the new ES6 spread operator with the traditional concat() method and unshift |
3 years ago |
Object.prototype.hasOwnProperty vs Object in vs Object[] vs Array.indexOf vs Array.includes vs Set.has | 3 years ago |
Array concat vs spread operator vs push with complex objects
Compare the new ES6 spread operator with the traditional concat() method and push |
3 years ago |
undefined vs typeof vs !!
undefined vs typeof vs !! |
3 years ago |
Date time performance
Comparing performance of time |
3 years ago |
lodash isEmpty vs ES6 implementation from stack overflow
https://stackoverflow.com/questions/679915/how-do-i-test-for-an-empty-javascript-object |
3 years ago |
lodash merge vs deepmerge (updated FIXED) | 3 years ago |
lodash merge vs deepmerge (updated) | 3 years ago |
flatmap vs filtermap | 3 years ago |
regex vs trim test | 3 years ago |
Spread vs object assign v100 | 3 years ago |
test forin | 3 years ago |
offsetTop pref | 3 years ago |