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

Optimization: read population data only if needed? #280

Open
alhom opened this issue Sep 24, 2024 · 3 comments
Open

Optimization: read population data only if needed? #280

alhom opened this issue Sep 24, 2024 · 3 comments

Comments

@alhom
Copy link
Contributor

alhom commented Sep 24, 2024

Here's a bunch of reads happening that might not be needed:

if self.read_parameter("vxblocks_ini") is not None:

Perhaps a general solution could be to read parameters from a cached version of the XML footer instead? But that'd require moving the metadata to be actually in the footer, not in the offsets. Bleh.

@ykempf
Copy link
Contributor

ykempf commented Sep 24, 2024

up

@ykempf
Copy link
Contributor

ykempf commented Sep 24, 2024

reup

@ykempf
Copy link
Contributor

ykempf commented Sep 24, 2024

upagain

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

No branches or pull requests

2 participants