-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Batch collection view updates #28
base: 2.0-beta
Are you sure you want to change the base?
Conversation
@shaps80 could use your help on this one. This is a very complex change but it improves performance a lot when performing a lot of updates. I think it needs more tests, and a couple of them need to be fixed. This could become a big selling point for Composed but it need to be correct! |
This is my biggest challenge at the moment with Composed. I think there's promise in going down the route of checking which indexes are "available" (like how Any ideas/tests/fixes would be very welcome @shaps80! |
There are parts that could be improved (reloading sections for example) but the general structure and logic is done now. More tests are welcome but I don't have any specific scenarios that I know don't work. |
Hey sorry I didn't have time recently to look into this when you asked. I'll review today 100% |
Replacing composed-swift/ComposedUI#15