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

22. April 2014

How quadtrees work

An interactive explanation of quadtrees relate to spaces, with some details about D3’s implementation of the quadtree.