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

feat(hook): Support sequential sorted execution #132

Merged
merged 5 commits into from
Feb 2, 2024

Conversation

miguelaeh
Copy link
Collaborator

Description of the change

This PR adds support for sequential sorted processing in stateful hooks. This allows implementing use cases that make use of hooks that preserve state and require sorted frame processing. A trivial example is object tracking.

Benefits

Possible drawbacks

Applicable issues

  • fixes #

Additional information

Signed-off-by: Miguel A. Cabrera Minagorri <[email protected]>
Signed-off-by: Miguel A. Cabrera Minagorri <[email protected]>
@miguelaeh miguelaeh changed the title Sequential execution feat(hook): Support sequential sorted execution Feb 1, 2024
Signed-off-by: Miguel A. Cabrera Minagorri <[email protected]>
Signed-off-by: Miguel A. Cabrera Minagorri <[email protected]>
@miguelaeh miguelaeh merged commit 85aed5f into main Feb 2, 2024
@miguelaeh miguelaeh deleted the sequential_execution branch February 2, 2024 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant