Skip to content

v1.1.0

Compare
Choose a tag to compare
@achetronic achetronic released this 12 Jun 20:01
· 16 commits to main since this release

Changes:

  • Add patch constructor pattern: now we correlate a workload type with a function that return a structure PatchConstructorPatchT. This structure contains the type of the patch that will be performed, and the patch itself. This will provide some advantages:
    • Avoid nested conditionals structure (avoid branch miss-prediction)
    • Improve support for new workload types, as they can decide the strategy that suits well for them
    • Fancy code, bro 😎

Contributors:
@sebastocorp @achetronic