Benchmarks tagged "dom"
POJOS vs DOM Elements
This benchmark is intended to test the underlying assumption of VDOMs that creating plain JavaScript...
By: jhnnsJavaScript Properties vs DOM Attributes
This benchmark is intended to test the underlying assumption of VDOMs that accessing JavaScript obje...
By: jhnnsDOM Generation Times
What is the fastest way to synchronously generate an initial DOM tree?
By: developitDOM Timers: clearTimeout performance
clearTimeout is a DOM binding. Can the performance be dramatically improved by tracking active timer...
By: developitDOM node property access
Test if it is faster to access user-defined or native DOM property
By: cristianfalconeReading Text Content + JSON.parse
element.textContent vs createTextNode() / Text.nodeValue
By: kurtextrem