Replies: 1 comment 2 replies
-
@ddanilyuk I’ve been traveling so haven’t had a chance to look into this till now, so surprised to see it closed. Was it not an issue after all? Can you elaborate on closing things? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! Found an issue (i think) with scoping stores for lists.
Here is an example of a memory graph after opening and closing a feature with a List 10 times. After all this opening and closing, we have 70 cached stores of non-present rows. However, we should not have any of it since this feature is not present.

This could potentially become a performance issue in large-scale apps.
Do we need a cleanup mechanism for the stores when the presented view closes?
Or maybe we have a possibility to remove caching when using lists?
Repo with issue: [link]
TCA version: 1.8.0
Xcode: 15.2
Beta Was this translation helpful? Give feedback.
All reactions