-
Notifications
You must be signed in to change notification settings - Fork 2k
Labels
enhancementNew feature or requestNew feature or request
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request