Performance issues when rendering large number of nested components

This sounds very similar to the issue I faced in Reviewing Ember and wondering about performance issue - #4 by jamesshore. You may be able to fix it by reusing your {{#each}} array as shown in that thread. It brought my rendering time down from ~300ms to <1ms.