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

Finding the current day in the journal should be optimized #20

Closed
stefwalter opened this issue Nov 4, 2013 · 0 comments
Closed

Finding the current day in the journal should be optimized #20

stefwalter opened this issue Nov 4, 2013 · 0 comments

Comments

@stefwalter
Copy link
Contributor

Currently, it just does a linear search over all log entries. We should cache the current list of day headers and their positions, and then only search that on each scroll event.

@dperpeet dperpeet mentioned this issue Sep 11, 2014
dperpeet added a commit to dperpeet/cockpit that referenced this issue Sep 12, 2014
martinpitt referenced this issue in martinpitt/cockpit Oct 28, 2018
Rename some files and change some identifiers to be neutral to the
application name. This makes it simpler to change everything to a proper
name when cloning this project.

Document in the README how to find the remaining places to change.

Closes #20
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 a pull request may close this issue.

1 participant