Currently, we've implemented the strategy pattern with pointers, which allows for runtime configuration, but it may not be as performant as a template-based strategy. This last option is feasible, since we execute all causalization with a fixed implementation.
Currently, we've implemented the strategy pattern with pointers, which allows for runtime configuration, but it may not be as performant as a template-based strategy. This last option is feasible, since we execute all causalization with a fixed implementation.