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

Added cache #16

Closed
Closed

Conversation

denyskonakhevych
Copy link

WITH cache: WITHOUT cache:

Read/write 500 contacts
Paper: 62 Paper: 134
Hawk: 503 Hawk: 586

Write 500 contacts
Paper: 38 Paper: 43
Hawk: 228 Hawk: 200

Read 500 contacts
Paper: 46 Paper: 62
Hawk: 280 Hawk: 322

@pilgr
Copy link
Owner

pilgr commented Jul 22, 2015

Caching functionality is out of Paper's scope. Paper has one simple purpose - read and write data. Caching, cache management, loading, data observers etc is out of scope and should be handled using separate libraries.

I'd prefere to not use Guava on Android because of 64k methods limit and overall size of this lib.

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

Successfully merging this pull request may close these issues.

2 participants