@ofridagan wrote:
Hi,
Could it be that Ember.computed.oneWay or Ember.computed.readOnly is noticeably slower than a 'normal' computed property? I mean, I notice this:
someProperty: (function() {this.get('other');}).property('other')
is more performant than:
someProperty: Ember.computed.oneWay('other'
)Is there any difference in the two version that can explain what I'm seeing?
Posts: 2
Participants: 2