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

Reduce heap usage in Poisson series #2734

Merged
merged 8 commits into from
Sep 26, 2020

Conversation

pleroy
Copy link
Member

@pleroy pleroy commented Sep 25, 2020

Use vector instead of map, avoid copies, do more reserve. Overall this saves about 30% of the CPU.

Optimize #2400.

@eggrobin eggrobin added the LGTM label Sep 25, 2020
@pleroy
Copy link
Member Author

pleroy commented Sep 26, 2020

retest this please

Sorry, something went wrong.

@pleroy pleroy merged commit 17e028c into mockingbirdnest:master Sep 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants