Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable layout calculation after async insertion to respect the worki…
…ng range Summary: ## Context I observed that kicking off layout calculation right after async insertion will lead to a problem, where those items out of working range will be released immediately which can be a wasteful. We could improve this by respecting the working range and only kick off layout calculation for those items in the range. Will gate this change in the follow up diff and run experiment. Reviewed By: adityasharat Differential Revision: D49501675 fbshipit-source-id: 6fa8e91224d92eec9a48c277775dd63076cf4cf2
- Loading branch information