Skip to content

Optimize string_to_array for scalar args #21129

@neilconway

Description

@neilconway

Is your feature request related to a problem or challenge?

string_to_array is typically invoked with scalar delimiter and null_str arguments. If we specialized the implementation for this case, we could improve efficiency (e.g., by using memchr::memmem::Finder to search for the delimiter more quickly).

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions