issues
search
boost-ext
/
sml
C++14 State Machine library
https://boost-ext.github.io/sml
Boost Software License 1.0
1.16k
stars
179
forks
source link
:fire: BOOST_SML_CREATE_DEFAULT_CONSTRUCTIBLE_DEPS to optimize memory…
#600
Closed
kris-jusiak
closed
1 year ago
kris-jusiak
commented
1 year ago
… consumption
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.
… consumption
Problem:
Solution: