Skip to content

Strategy pattern with templates #127

@Kalashnikovni

Description

@Kalashnikovni

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

Status

In progress

Relationships

None yet

Development

No branches or pull requests

Issue actions