innerHTML vs removeChild (firstChild and lastChild) (version: 0)
From http://jsfiddle.net/6K6mv/5/ to test the answers to this StackOverflow question: https://stackoverflow.com/questions/3955229/remove-all-child-elements-of-a-dom-node-in-javascript
Comparing performance of: innerHTML vs removeChild( firstChild ) vs removeChild( lastChild )
Memory measurements supported only in Chrome.
For precise memory measurements Chrome must be launched with --enable-precise-memory-info flag.
More information: Monitoring JavaScript Memory