IGListKit/Source
Maxime Ollivier 487b6c2e47 NSSet and NSArray optimization
Summary:
On `IGListAdapater` data update:
1) Pass the capacity count, so that arrays don't have to re-size.
2) Avoid using a set, so that we don't need to deal with hashes and equality. The updater should have dealt with duplicates already.

Reviewed By: patters

Differential Revision: D23145771

fbshipit-source-id: 2ed93231e15ddcd66cfe4d1f7384c563c77caa8e
2025-12-10 17:18:06 +09:00
..
IGListDiffKit NSSet and NSArray optimization 2025-12-10 17:18:06 +09:00
IGListKit NSSet and NSArray optimization 2025-12-10 17:18:06 +09:00
IGListSwiftKit remove non-existing parameters from docblock (#1412) 2025-12-10 17:18:05 +09:00
Info.plist Refine dequeueReusableCellOfClass methods for Swift (#1388) 2025-12-10 17:18:05 +09:00