TextureGroup / Texture

Smooth asynchronous user interfaces for iOS apps.
https://texturegroup.org/
Other
8.02k stars 1.29k forks source link

Improve collection datasource performance #186

Open garrettmoon opened 7 years ago

garrettmoon commented 7 years ago

From @garrettmoon on February 3, 2017 23:39

We do not currently take advantage of collections or views that use objects of the same size. Would provide performance benefits to objects like Profile, Topics, etc that leverage this pattern heavily.

Copied from original issue: facebookarchive/AsyncDisplayKit#2979

garrettmoon commented 7 years ago

From @nguyenhuy on Mar 24, 2017

More details discussed here: https://github.com/facebook/AsyncDisplayKit/issues/3219

From @nguyenhuy on May 10, 2017 11:34

This is part of a broader discussion regarding the next milestones of ASCollectionNode (https://github.com/TextureGroup/Texture/issues/209)