25. June 2014

Rendering faster by hiding DOM elements instead of removing them

I know that DOM manipulation is expensive, but I’ve found it just doesn’t make a difference in a typical web app. (And of course, DOM manipulation can rarely be avoided entirely in graphically-oriented apps; it’s a matter of reducing the amount of DOM-touching that happens in those cases.) Recently, I ran into a case in which it did matter, removeChild in particular.

more

01. June 2014

Sunday Moseying

Here’s some stuff we saw while walking around North Cambridge and thereabouts Sunday morning.

Sunday moseying

more

18. May 2014

Between 480,000 and 960,000

I’ve been working on a simple streaming parser for plain text maps. While writing the browser example (I originally wrote it for Node), I began to wonder if I could use the Power of Streaming to use it to render some really huge maps.

more