Improving Chat Rendering Performance
Ben Swartz
518
Whats the difference between your custom getter and Ember.computed() with no dependencies? I thought Ember.computed(function () { return ‘foo’; }) . would lazily compute and then memoize and avoid the dependency chain because it defined none.