Skip to content
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

about memory issue #101

Open
WymanY opened this issue Aug 30, 2015 · 2 comments
Open

about memory issue #101

WymanY opened this issue Aug 30, 2015 · 2 comments

Comments

@WymanY
Copy link

WymanY commented Aug 30, 2015

I'm curious why you don't reuse the front view when you bring the backView to Front. Is this a todo for the programmer who download the code ?

@nleachCHS
Copy link

Looking at instruments I'm seeing VM: CoreAnimation build up a huge amount of memory usage. Like 1GB+ over Something like 2000 swipes. Are you seeing something similar?

Edit: I implemented some basic card reuse and I confirmed that the memory abandonment issue is resolved. Where as before I was seeing CoreAnimation use up well over 1GB after like 2000 swipes, with card reuse it only uses about 65MB after 3000 swipes. If you are working with very large data sets, card reuse is a must.

@rjburdish
Copy link
Contributor

@nleachCHS can you describe a bit about how you implemented card reuse? I am also experiencing memory issues with a large data set. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants