Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4836

Ember.computed.oneWay performance

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 4836

Trending Articles