Benchmark name | When Created |
---|---|
String to number conversion in Vanilla JS | 3 years ago |
Date.now() vs new Date().valueOf() | 3 years ago |
test comparsion by value vs by link | 3 years ago |
Input vs Textarea large text | 3 years ago |
Array.prototype.every vs _.every
Compare the new ES6 spread operator with the traditional concat() method |
3 years ago |
Create and append/remove versus display:block/display:none (improved)
By writing javascript web applications It is often common the need to show or hide elements like a div according to the user actions. Is it better to do this by creating and appending the node when it is needed or to create the node on the application start and then just display or hide it? This benchmark is a performance test of this particular use case. In this version, the createAppendDiv was isolated from operations that can be done once, so the test executes just the operations that are really essencial for the test case. |
3 years ago |
Create and append/remove versus display:block/display:none
By writing javascript web applications It is often common the need to show or hide elements like a div according to the user actions. Is it better to do this by creating and appending the node when it is needed or to create the node on the application start and then just display or hide it? This benchmark is a performance test of this particular use case. |
3 years ago |
My Map vs Object Insert | 3 years ago |
ObjectVMap | 3 years ago |
test map vs for each | 3 years ago |
map vs forEach 12344323432 | 3 years ago |
Set vs Filter vs includes+push for unique | 3 years ago |
spread array performance (vs slice, splice, concat) 2 | 3 years ago |
spread vs mutation vs Object.assign for reduce callback for objects | 3 years ago |
Map & Filter vs Reduce
Testing the speed of mapping and filtering of a reduce |
3 years ago |
Lodash.js vs Native Intersection1 | 3 years ago |
Lodash.js vs Native Intersection | 3 years ago |
querySelector vs getElementsByClassName 23313 | 3 years ago |
lodash merge vs deepmerge latest | 3 years ago |
compare _.merge() and lodash-merge
I wrote a function to replace _.merge(). I am comparing the performance. https://github.com/thodges314/lodash-merge |
3 years ago |
_.isEqual vs === for primitive and string | 3 years ago |
lodas.extend vs object.assign vs spread operator | 3 years ago |
Object Entries Native vs Ramdbax toPairs | 3 years ago |
Array.prototype.concat new vs spread operator
Compare the new ES6 spread operator with the traditional concat() method |
3 years ago |
Array.from vs Spread vs Slice with Node List | 3 years ago |