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

Do not include container_hash if possible #21

Merged

Conversation

Kojoley
Copy link

@Kojoley Kojoley commented Oct 20, 2018

The boost/container_hash/hash.hpp has significant inclusion times.
Not including it results in 30% faster boost/type_traits.hpp parsing.
(kind of regression introduced in 82ed016)

The `boost/container_hash/hash.hpp` has significant inclusion times.
Not including it results in 30% faster `boost/type_traits.hpp` parsing.
(kind of regression introduced in 82ed016)
@Kojoley Kojoley force-pushed the do-not-include-container-hash-if-possible branch from 35d5eb2 to 01944bf Compare October 20, 2018 17:00
@apolukhin apolukhin merged commit a8fafd9 into boostorg:develop Oct 20, 2018
@apolukhin
Copy link
Member

Many thanks!

@Kojoley Kojoley deleted the do-not-include-container-hash-if-possible branch October 20, 2018 17:13
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