You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
next_batch() still requires unnecessary copying if the batch is being sent to another thread.
Add a method that's effectively a greedy read_until(), filling a user-provided buffer directly from the reader and slicing off any partial lines, which will go into the internal buffer for the next batch.
The text was updated successfully, but these errors were encountered:
next_batch()
still requires unnecessary copying if the batch is being sent to another thread.Add a method that's effectively a greedy read_until(), filling a user-provided buffer directly from the reader and slicing off any partial lines, which will go into the internal buffer for the next batch.
The text was updated successfully, but these errors were encountered: