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 log loading system #192

Merged
merged 20 commits into from
Sep 21, 2024
Merged

Improve log loading system #192

merged 20 commits into from
Sep 21, 2024

Conversation

jwbonner
Copy link
Member

  • Decoding is deferred until each field becomes active, with only an index being generated when a file is first opened (index generation runs in WebAssembly). Initial benchmarks suggest a ~100x speed improvement before users can view fields and start interacting.
  • Log merging is reworked, with an "Open Log(s) function and "Add New Log(s)" function. Each function works with one or multiple files, and changes whether previous fields are retained.

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