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

In comparison to using Realm. What are some tradeoffs and benefits of using this paging system? #15

Closed
rlam3 opened this issue May 29, 2016 · 1 comment

Comments

@rlam3
Copy link

rlam3 commented May 29, 2016

In comparison to using Realm. What are some tradeoffs and benefits of using this paging system?

https://realm.io/

@MrAlek
Copy link
Owner

MrAlek commented Sep 4, 2016

Realm is a database for persisting data whilst PagedArray is only for in memory allocation of data, built purposefully for table views and collection views where you want a smooth scrolling experience even though your backend API is paging.

@MrAlek MrAlek closed this as completed Sep 4, 2016
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

2 participants