ComputationalRadiationPhysics / redGrapes

Resource-based, Declarative task-Graphs for Parallel, Event-driven Scheduling :grapes:
https://redgrapes.rtfd.io
Mozilla Public License 2.0
20 stars 5 forks source link

remove dependency optional #43

Closed psychocoderHPC closed 7 months ago

psychocoderHPC commented 9 months ago

With C++17 dependency optional can be removed.

Attention: std::optional can have a high overhead depending on the wrapped type.