Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace use of method_exchangeImplementations (Instagram#1583)
Summary: ## Changes in this pull request class_replaceMethod is significantly faster as it doesn't need to clear the entire method cache, which can be quite expensive for large apps. NFC, but it should be faster. No new test failures. Issue fixed: # ### Checklist - [ ] All tests pass. Demo project builds and runs. - [X] I added tests, an experiment, or detailed why my change isn't tested. - [ ] I added an entry to the `CHANGELOG.md` for any breaking changes, enhancements, or bug fixes. - [X] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/main/.github/CONTRIBUTING.md) Pull Request resolved: Instagram#1583 Reviewed By: fabiomassimo Differential Revision: D50013222 Pulled By: TimOliver fbshipit-source-id: 157fea52f3768b16acd09b149bd16bea4e5fdc27
- Loading branch information