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

Buffering in GUI #9

Open
Chao1009 opened this issue Nov 23, 2017 · 0 comments
Open

Buffering in GUI #9

Chao1009 opened this issue Nov 23, 2017 · 0 comments

Comments

@Chao1009
Copy link
Collaborator

Chao1009 commented Nov 23, 2017

The previous method to read a DST file and display in the GUI is not valid for a very large file, since the GUI will read all the events into memory.

With the recent updates for the DST file, it now has an event map, which enables the random access to any event in the file.

So it will be straightforward to have a buffer for only reading a small amount of events from a DST file, and updating itself when the visiting event is out of the buffer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant