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

like benchmark for StringView #5936

Merged
merged 3 commits into from
Jun 26, 2024
Merged

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Jun 21, 2024

Which issue does this PR close?

Part of #5374

Rationale for this change

Let's make some benchmarks for LIKE and StringViewArray so as we work on optimizations such as suggested by @wjones127 in #5931 (review) we can measure improvments

What changes are included in this PR?

Add benchmarks for like on StringViewArray

Are there any user-facing changes?

No, benchmarks only

@github-actions github-actions bot added the arrow Changes to the arrow crate label Jun 21, 2024
)
.unwrap()
})
b.iter(|| eq(&scalar, &string_left).unwrap())
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is a drive by cleanup to make the code neater

@alamb alamb self-assigned this Jun 24, 2024
@tustvold tustvold merged commit 1ef22e5 into apache:master Jun 26, 2024
22 checks passed
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants