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

Improve efficiency of MD restart from stats file #298

Open
ElliottKasoar opened this issue Sep 2, 2024 · 0 comments
Open

Improve efficiency of MD restart from stats file #298

ElliottKasoar opened this issue Sep 2, 2024 · 0 comments
Labels
enhancement New/improved feature or request

Comments

@ElliottKasoar
Copy link
Member

You're reading in the whole file here. Do we need that? Is it likely to be big? If so are we best of seeking from eof to find the last line (especially if they're fixed width)?

Originally posted by @oerc0122 in #292 (comment)

@ElliottKasoar ElliottKasoar added the enhancement New/improved feature or request label Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New/improved feature or request
Projects
None yet
Development

No branches or pull requests

1 participant