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

Improving cache performance by preventing the cache from getting behind #179

Merged
merged 1 commit into from
Dec 14, 2018

Conversation

jonoomph
Copy link
Member

Improving cache performance by preventing the cache from getting behind the currently displaying frame #. This will dramatically improve performance for certain types of playback scenarios. Before the cache could get behind, and would actually be requesting frames < 10 or 20 frames from the current location, which would case the Reader to Seek backwards for no reason, causing stops and pauses.

@jonoomph jonoomph merged commit a8f75a5 into develop Dec 14, 2018
@jonoomph jonoomph deleted the fixing-cache-performance branch December 14, 2018 20:58
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.

1 participant