emberjs-addons / sproutcore-datastore

(Ember Only) Repository for the DataStore package
www.sproutcore.com
46 stars 9 forks source link

Make RecordAttributes cacheable #2

Open ef4 opened 13 years ago

ef4 commented 13 years ago

RecordAttributes are not cacheable, despite having some code that looks like it was originally intended to make them so. This has a noticeable performance impact, especially for Dates, which are relatively expensive to parse.