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 program speed #26

Open
1 task done
FanWangEcon opened this issue Sep 15, 2023 · 0 comments
Open
1 task done

Improve program speed #26

FanWangEcon opened this issue Sep 15, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@FanWangEcon
Copy link
Member

FanWangEcon commented Sep 15, 2023

Various activities to improve program speed.

Parallelization

We compute share of children/days experience heat/cold over/below temperature thresholds by running over a loop of threshold levels. This is parallelizable.

  • Parallel run example for iterating over different temperature thresholds. see Commit 22.
@FanWangEcon FanWangEcon added the enhancement New feature or request label Sep 15, 2023
@FanWangEcon FanWangEcon self-assigned this Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant