MrAlek / PagedArray

A Swift data structure for easier pagination

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

rlam3 opened this issue · comments

commented

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

https://realm.io/

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.