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

serialization of std::unordered_map does not preserve capacity #184

Open
cz4rs opened this issue Mar 9, 2021 · 0 comments
Open

serialization of std::unordered_map does not preserve capacity #184

cz4rs opened this issue Mar 9, 2021 · 0 comments
Labels

Comments

@cz4rs
Copy link
Contributor

cz4rs commented Mar 9, 2021

If the code intentionally enlarges std::unordered_map, serialization code will not preserve its capacity. Note: this affects any UnorderedAssociativeContainer.

This can be re-implemented after DARMA-tasking/vt#1302 is fixed. See 9148400 for previous solution.

@cz4rs cz4rs added the pri: low label Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant