-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔥 BOOST_SML_CREATE_DEFAULT_CONSTRUCTIBLE_DEPS to optimize memory cons…
…umption Problem: - If dependency is default constructible a copy is stored in sml which increases the memory consumption. Solution: - Make the feature optional by passing BOOST_SML_CREATE_DEFAULT_CONSTRUCTIBLE_DEPS. Disabled by default as SML is optimized for perf and memory.
- Loading branch information
1 parent
751b6f1
commit f2a9b34
Showing
4 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters