@ofridagan wrote:
Hi,
It looks like Ember.Object.create is much slower then creating a plain JS object (obviously). I find it to be up to 100 times slower (!), depending on the number of properties passed to create().
Is there a faster way to convert an array of json objects to Ember objects, other then iterating the array and calling Ember.Object.create?
Posts: 3
Participants: 2