cudf
cudf copied to clipboard
Performance improvement for strings::slice for wide strings
Description
Improves performance of wide strings (avg > 64 bytes) when using cudf::strings::slice_strings
.
Addresses some concerns from issue #15924
Checklist
- [x] I am familiar with the Contributing Guidelines.
- [x] New or existing tests cover these changes.
- [x] The documentation is up to date with these changes.