IGListKit/Source/IGListDiffKit
Maxime Ollivier 9a11f6b55f graduate IGListExperimentBackgroundDiffing to a property
Summary:
`IGListExperimentBackgroundDiffing` has been running on Instagram for a couple months now, and we're seeing nice scroll performance improvements (less frame drops) without increasing crashes. Lets move the experiment to a real property!

Should it be enabled by default?
   * I'm leaning toward no, but I could be convinced otherwise. This optimization is good for large/complex applications with lots of diffing, but I'm not sure the more common apps would need it initially. It does make updates more complicated and the order of operation will be a bit different. For example, we've seen some places call `-performUpdatesAnimated` and almost immediately expect the `IGListAdapter` data to be updated, leading to missing views. This issue can still happen without background diffing, but less often.

Reviewed By: joetam

Differential Revision: D25884786

fbshipit-source-id: 3c8755a774f63868b7dfbc8e7a2e5c012a9e7e27
2021-01-21 19:58:49 -08:00
..
Internal Run lint on IGListKit 2019-12-19 09:34:42 -08:00
IGListAssert.h Run lint on IGListKit 2019-12-19 09:34:42 -08:00
IGListBatchUpdateData.h remove IGListExperimentFixIndexPathImbalance 2020-06-02 13:04:26 -07:00
IGListBatchUpdateData.mm Import UIKit for NSIndexPath usage 2020-12-04 10:55:46 -08:00
IGListCompatibility.h Run lint on IGListKit 2019-12-19 09:34:42 -08:00
IGListDiff.h Run lint on IGListKit 2019-12-19 09:34:42 -08:00
IGListDiff.mm Import UIKit for NSIndexPath usage 2020-12-04 10:55:46 -08:00
IGListDiffable.h Run lint on IGListKit 2019-12-19 09:34:42 -08:00
IGListDiffKit.h Run lint on IGListKit 2019-12-19 09:34:42 -08:00
IGListExperiments.h graduate IGListExperimentBackgroundDiffing to a property 2021-01-21 19:58:49 -08:00
IGListIndexPathResult.h Run lint on IGListKit 2019-12-19 09:34:42 -08:00
IGListIndexPathResult.m Run lint on IGListKit 2019-12-19 09:34:42 -08:00
IGListIndexSetResult.h Run lint on IGListKit 2019-12-19 09:34:42 -08:00
IGListIndexSetResult.m Run lint on IGListKit 2019-12-19 09:34:42 -08:00
IGListMacros.h create IGListUpdatingDelegateExperimental 2020-09-08 09:11:11 -07:00
IGListMoveIndex.h Run lint on IGListKit 2019-12-19 09:34:42 -08:00
IGListMoveIndex.m Run lint on IGListKit 2019-12-19 09:34:42 -08:00
IGListMoveIndexPath.h Run lint on IGListKit 2019-12-19 09:34:42 -08:00
IGListMoveIndexPath.m Run lint on IGListKit 2019-12-19 09:34:42 -08:00
NSNumber+IGListDiffable.h Run lint on IGListKit 2019-12-19 09:34:42 -08:00
NSNumber+IGListDiffable.m Run lint on IGListKit 2019-12-19 09:34:42 -08:00
NSString+IGListDiffable.h Run lint on IGListKit 2019-12-19 09:34:42 -08:00
NSString+IGListDiffable.m Run lint on IGListKit 2019-12-19 09:34:42 -08:00