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

Consolidate light processing in signle tasks #60

Open
tfiers opened this issue Jun 6, 2019 · 0 comments
Open

Consolidate light processing in signle tasks #60

tfiers opened this issue Jun 6, 2019 · 0 comments
Labels
performance Gotta go fast

Comments

@tfiers
Copy link
Owner

tfiers commented Jun 6, 2019

Often, most time is spent in reading and writing files to/from disk.

Example: DetectMountains and CalcMountainHeights.
These could be combined in one task, that either:

  • Writes to two output files
  • Writes to one HDF5 file, with internal structure.
@tfiers tfiers added the performance Gotta go fast label Jun 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Gotta go fast
Projects
None yet
Development

No branches or pull requests

1 participant