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
Is your feature request related to a problem or challenge?
string_to_arrayis typically invoked with scalardelimiterandnull_strarguments. If we specialized the implementation for this case, we could improve efficiency (e.g., by usingmemchr::memmem::Finderto 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