Ember is very slow at rendering lists

@tjohn and I ran into this ourselves and took some comprehensive benchmarks. We believe that part of the problem stems from the fact that the Ember render buffer is very memory intensive. We proposed switching the render buffer from string concatenation to a document fragment.

Thoughts?