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

ParmParse: Refactoring II #4035

Merged
merged 1 commit into from
Jul 22, 2024
Merged

Conversation

WeiqunZhang
Copy link
Member

Use std::unordered_map instead of std::vector. This speeds up significantly when there are thousands of parameters.

@WeiqunZhang WeiqunZhang marked this pull request as draft July 17, 2024 18:21
@WeiqunZhang
Copy link
Member Author

Depends on #4031

Use std::unordered_map instead of std::vector. This speeds up significantly
when there are thousands of parameters.
@WeiqunZhang WeiqunZhang merged commit 0c3273f into AMReX-Codes:development Jul 22, 2024
71 checks passed
@WeiqunZhang WeiqunZhang deleted the pp_map branch July 22, 2024 02:40
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.

2 participants