Benchmark name | When Created |
---|---|
JavaScript spread operator vs Object.assign performance 661 | 5 years ago |
for vs for...in vs forEach | 5 years ago |
Bind vs Callback | 5 years ago |
OffscreenCanvas drawImage vs HTMLCanvasElement drawImage()
Comparing Worker's OffscreenCanvas.drawImage with Main Thread's Canvas's drawImage and some message posting strategies |
5 years ago |
Lodash.js vs Native map test | 5 years ago |
Array Element Removal Patterns (50000)
Remove an item from an array whose order doesn't matter. |
5 years ago |
(get) Lodash.js vs Native | 5 years ago |
classList.remove vs. className.indexOf then remove | 5 years ago |
classList.contains vs. className.indexOf | 5 years ago |
Ramda map vs Array.map vs for loop
measures the speed of ramda's map vs Array's native map |
5 years ago |
Array.from vs Object.assign (2) | 5 years ago |
Array.from vs Object.assign | 5 years ago |
JSON.stringify vs lodash.isEqual
JSON.stringify vs lodash.isEqual |
5 years ago |
Array.prototype.concat vs spread operator(push)
Compare the new ES6 spread operator with the traditional concat() method |
5 years ago |
Testtttfsdfsfdsfsdf
333 |
5 years ago |
33ffffffffffffff
333 |
5 years ago |
immutable-js Set some vs intersect | 5 years ago |
Lodash cloneDeep vs JSON Clone vs Ramda Clone vs Pvorb Clone - Fixed | 5 years ago |
jQuery versus Vanilla JS GetID Speed Test
Comparing speed of getting element by id with jQuery vs Vanilla JS |
5 years ago |
JavaScript spread operator vs Object.assign performance vs = | 5 years ago |
assign
12345 |
5 years ago |
lodash notNull test
lodash speed test against native js |
5 years ago |
postMessage vs drawImage
This is a fabulous little experiment that compares postMessage with drawImage. It is the closest benchmark one could use to compare drawImage on a single thread, vs. drawImage on a worker using OffscreenCanvas assuming that the instructions of what to draw to OffscreenCanvas was passed through postMessage as in instruction |
5 years ago |
Another Object.assign vs spread operator | 5 years ago |
OffscreenCanvas
OffscreenCanvas |
5 years ago |