Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimization improvement for substr in cudf::string_view (#18062)
Slight optimization improvement sets the character count in the `cudf::string_view` produced by `cudf::string_view::substr` when the number of output characters is known. This can save redundant character counting in downstream usage of the new string. Authors: - David Wendt (https://github.com/davidwendt) Approvers: - Devavret Makkar (https://github.com/devavret) - Shruti Shivakumar (https://github.com/shrshi) URL: #18062
- Loading branch information