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

Speed up correlating data files with annotations. #1642

Merged
merged 1 commit into from
Sep 16, 2024
Merged

Conversation

manthey
Copy link
Member

@manthey manthey commented Sep 16, 2024

Use a simple quad-set lookup to avoid walking all rows.

Use calamine rather than openpyxl for reading xlsx files.

Don't read needless data files.

Don't read headless columns from data files.

Change column sort order to show multi-value columns sooner.

Use a simple quad-set lookup to avoid walking all rows.

Use calamine rather than openpyxl for reading xlsx files.

Don't read needless data files.

Don't read headless columns from data files.

Change column sort order to show multi-value columns sooner.
@manthey manthey merged commit 1e273ce into master Sep 16, 2024
11 checks passed
@manthey manthey deleted the plottable-speed-up branch September 16, 2024 17:42
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