gtzilla / fastFrag

A purely client-side JavaScript template powered by JSON and returning valid Document Fragments for DOM insertion
http://json.fastfrag.org/
The Unlicense
92 stars 21 forks source link

Performance Graphs #5

Open gtzilla opened 14 years ago

gtzilla commented 14 years ago

Add in visual performance graphs for different 'types' of fastFrag JSON versus innerHTML (with regex) and manipulating the DOM directly via a for loop, example: for (var i=0; i<100;i++){ document.body.appendChild( document.createElement("div") ); }