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

Implement activity buffer/cache #34

Open
ahal opened this issue Feb 29, 2012 · 0 comments
Open

Implement activity buffer/cache #34

ahal opened this issue Feb 29, 2012 · 0 comments

Comments

@ahal
Copy link
Member

ahal commented Feb 29, 2012

I want to let users set an activity buffer (cache size) which we will immediately fill with activities. When an activity is viewed it gets removed from the buffer (when there are 10 empty spaces we re-fill it).

This way:
a) The user doesn't need network connectivity
b) The user never has to wait for the next set of activities to load

This will be slightly tricky since we will need to think about filtering and stuff like that. Maybe the buffer could be used as a backup in case there is no internet connection.

I'm going to say this will likely not be targeted for the demo, but it's something I'd like to do long term.

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

1 participant