Details
-
Improvement
-
Resolution: Won't Fix
-
Major - P3
-
None
-
None
-
None
Description
RecordStore::Iterator can do a better job optimizing (and caching) dataFor() if it doesn't take any arguments and returns the data for the current position. All of the current uses of dataFor() use it only to return data for the current position, anyway.
Patch in the attachment.