tisonkun opened a new pull request, #6652: URL: https://github.com/apache/arrow-rs/pull/6652
Similar to `impl Write for GenericStringBuilder`. We found this helps in reducing one allocation when append bytes in many calls (compared with gather those bytes into a Vec first). Not sure if there is some trait suitable for this method but just add it first. cc @alamb @waynexia The doc tests cover the basic usage. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
