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

chore: refactoring around glob matching #4540

Merged
merged 1 commit into from
Jan 31, 2025
Merged

chore: refactoring around glob matching #4540

merged 1 commit into from
Jan 31, 2025

Conversation

romange
Copy link
Collaborator

@romange romange commented Jan 31, 2025

  1. Make GlobMatcher non-copyable. It's something I will need in the next PR.
  2. Move low-level benchmarking testing code into dfly_core_test.

No functional changes.

1. Make GlobMatcher non-copyable. It's something I will need in the next PR.
2. Move low-level benchmarking testing code into dfly_core_test.

No functional changes.

Signed-off-by: Roman Gershman <[email protected]>
@romange romange requested a review from kostasrim January 31, 2025 06:29
EXPECT_EQ(MatchLen("[$?^]a", "?a", 0), 1);
}

using benchmark::DoNotOptimize;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moved from dragonfly_test.

@romange romange merged commit 9d303f8 into main Jan 31, 2025
10 checks passed
@romange romange deleted the Pr2 branch January 31, 2025 07:54
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.

2 participants