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

strings::contains() for multiple scalar search targets #16641

Closed
Closed
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
f4924a9
strings::contains() for multiple search targets
mythrocks Apr 15, 2024
1022c83
string contains optimization
Aug 22, 2024
45170e9
Add benchmark test
Aug 22, 2024
7e2aa43
Merge branch 'branch-24.10' into multi-string-contains-review
res-life Aug 23, 2024
32e1329
Fix comments
Aug 27, 2024
be6985b
Use new approach to improve perf: index the first chars in the targets
Aug 29, 2024
be7a1e2
Fix comments; Restore a test change
Aug 29, 2024
6b635f6
Merge branch 'branch-24.10' into multi-string-contains-review
res-life Aug 29, 2024
479788c
Improve
Aug 29, 2024
543a1f6
Fix compile error
Aug 30, 2024
f1da8b0
Merge branch 'branch-24.10' into multi-string-contains-review
res-life Aug 30, 2024
06ba14c
Update test cases; update benchmark tests
Aug 30, 2024
14418d7
Merge branch 'branch-24.10' into multi-string-contains-review
res-life Aug 30, 2024
814e002
Merge branch 'branch-24.10' into multi-string-contains-review
res-life Sep 2, 2024
587ce34
Format code
Sep 2, 2024
470355f
Fix bug
Sep 2, 2024
4b41ead
Merge branch 'branch-24.10' into multi-string-contains-review
res-life Sep 4, 2024
e56a122
Fix comments
Sep 4, 2024
31f4822
Optimize warp parallel
Sep 5, 2024
88d351d
Merge branch 'branch-24.10' into multi-string-contains-review
res-life Sep 5, 2024
7836c33
Merge branch 'branch-24.10' into multi-string-contains-review
res-life Sep 6, 2024
6ae2c00
Split targets to small groups to save shared memory when num of targe…
Sep 6, 2024
542e1ff
Merge branch 'branch-24.10' into multi-string-contains-review
res-life Sep 9, 2024
ab5ef90
Merge branch 'branch-24.10' into multi-string-contains-review
res-life Sep 10, 2024
da1d92b
Merge branch 'branch-24.10' into multi-string-contains-review
res-life Sep 11, 2024
3324671
Fix bug when strings are long: returns all falses.
Sep 11, 2024
849c093
Format code
Sep 11, 2024
85e8b17
Refactor: refine code comments
Sep 11, 2024
ce4450d
Merge branch 'branch-24.10' into multi-string-contains-review
res-life Sep 14, 2024
9fc9398
Fix bug: illegal memory access
Sep 14, 2024
b33d692
Fix bug in split logic
Sep 14, 2024
6741bef
Optimize the perf for indexing first chars
Sep 14, 2024
330e828
Fix comments from code review
Sep 14, 2024
d216993
Fix compile error
Sep 14, 2024
eb6744f
Merge branch 'branch-24.10' into multi-string-contains-review
res-life Sep 18, 2024
a32c54d
Fix bugs; update tests
Sep 18, 2024
8391239
Merge branch 'branch-24.10' into multi-string-contains-review
res-life Sep 18, 2024
5caf782
Update
Sep 18, 2024
41fb9ae
Merge branch 'branch-24.10' into multi-string-contains-review
res-life Sep 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'branch-24.10' into multi-string-contains-review
  • Loading branch information
res-life authored Sep 11, 2024
commit da1d92b3707f2601e09f749ff75ebd5a11cd2a41

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.