Please include a summary of the changes and the motivation behind this PR.
Also include relevant issues or feature requests that this PR addresses.
Fixes # (issue)
Please delete options that are not relevant:
- Bug fix (non-breaking change)
- New feature (non-breaking change)
- Breaking change (fix or feature that would cause existing functionality to change)
- Documentation update
- Tests / CI improvements
Please describe the tests you ran to verify your changes.
Provide instructions so others can reproduce. Examples:
# Build project
mkdir build && cd build
cmake ..
make -j$(nproc)
# Run unit tests
./test_coreInclude details of your test coverage if applicable.
My code follows the style guidelines of this project
I have performed a self-review of my own code
I have commented my code, particularly in hard-to-understand areas
I have updated documentation if necessary
I have added tests that prove my fix is effective or that my feature works
All new and existing tests passed
Add any other information or context about the pull request here. Screenshots, benchmarks, or flamegraphs are welcome if they demonstrate improvements or fixes.