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: support for selection and match algorithms #21

Merged
merged 2 commits into from
Mar 30, 2024
Merged

Conversation

vsoch
Copy link
Member

@vsoch vsoch commented Mar 30, 2024

Problem: we currently have an interface to selection but not match algorithms Solution: improve the algorithm interface by removing the match logic from the graph, and creating an interface that the graph uses. In practice I wanted to use this when I realized I needed a new match algorithm to match in a range of strings.

Problem: we currently have an interface to selection but not match algorithms
Solution: improve the algorithm interface by removing the match logic from
the graph, and creating an interface that the graph uses. In practice I wanted
to use this when I realized I needed a new match algorithm to match in a range of
strings.

Signed-off-by: vsoch <[email protected]>
@vsoch vsoch force-pushed the add-range-algorithm branch from deafd56 to 9d2fef1 Compare March 30, 2024 21:18
@vsoch vsoch merged commit 1771f53 into main Mar 30, 2024
3 checks passed
@vsoch vsoch deleted the add-range-algorithm branch March 30, 2024 23:18
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