cudf icon indicating copy to clipboard operation
cudf copied to clipboard

Performance improvement for strings::slice for wide strings

Open davidwendt opened this issue 6 months ago • 1 comments

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.

davidwendt avatar Aug 15 '24 21:08 davidwendt