Browse the latest JavaScript performance benchmarks created by the community.
Results: Reading the DOM with nextElementSibling + getAttribute is less than 5% slower than an JS array list. textContent is slightly faster than a JS array list, and nodeValue is 3X faster.
No description provided
Fastest way to list children
No description provided
Even though this isn't a fair comparison since we're not talking deep cloning, this is a benchmark to see if RFDC can be used in any case, deep cloning or not.
No description provided
No description provided
measurethat.net is weird
No description provided
Regexp test for safari
foo
No description provided
No description provided
No description provided
Im preparing the Object in every test as i only want to measure the actual changes
delete vs null vs undefined vs void 0 vs Object.create(null)
Compare DOMParser with createContextualFragment and innerHTML in a single test.
No description provided
No description provided
updated versions
No description provided
CanvasRenderingContext2d::drawImage with HTMLImageElement vs HTMLCanvasElement vs ImageBitmap
No description provided
No description provided
Compare the new ES6 spread operator with the traditional slice() method and map() method