Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More generic structure recognition #2112

Merged
merged 3 commits into from
Aug 12, 2024

Conversation

kostmo
Copy link
Member

@kostmo kostmo commented Aug 12, 2024

Builds upon #1836.

Most importantly in this PR, the Swarm.Game.Scenario.Topography.Structure.Recognition.Tracking module is made generic in its Entity parameter, and is now able to be moved from the swarm-engine sublibrary to the swarm-topology sublibrary.

I've also introduced an intermediate RecognitionState record inside StructureRecognizer to distinguish between the stateful and read-only elements.

The AhoCorasick dependency is now reduced to only one sublibrary.

@kostmo kostmo changed the title More generic structure recognition [WIP] More generic structure recognition Aug 12, 2024
@kostmo kostmo changed the title [WIP] More generic structure recognition More generic structure recognition Aug 12, 2024
@kostmo kostmo force-pushed the expermiental/refine-recognizer-api-more branch 3 times, most recently from 17b5a83 to 62928d0 Compare August 12, 2024 06:03
@kostmo kostmo force-pushed the expermiental/refine-recognizer-api-more branch from 62928d0 to 46b0171 Compare August 12, 2024 06:12
@kostmo kostmo requested a review from byorgey August 12, 2024 06:18
@kostmo kostmo added the Z-Refactoring This issue is about restructuring the code without changing the behaviour to improve code quality. label Aug 12, 2024
@kostmo kostmo marked this pull request as ready for review August 12, 2024 06:18
@kostmo kostmo requested a review from xsebek August 12, 2024 16:59
@kostmo kostmo force-pushed the expermiental/refine-recognizer-api-more branch from 67b8e24 to 5beffa7 Compare August 12, 2024 19:55
@kostmo kostmo added the merge me Trigger the merge process of the Pull request. label Aug 12, 2024
@mergify mergify bot merged commit f409aca into main Aug 12, 2024
12 checks passed
@mergify mergify bot deleted the expermiental/refine-recognizer-api-more branch August 12, 2024 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge me Trigger the merge process of the Pull request. Z-Refactoring This issue is about restructuring the code without changing the behaviour to improve code quality.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants