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
When calling JournalStreamer::Write if there is a write request in flight we resize the pending_buf_ leading to redundant allocations and copies.
Can we use iovec instead calling resize every time?
The text was updated successfully, but these errors were encountered:
When calling JournalStreamer::Write if there is a write request in flight we resize the pending_buf_ leading to redundant allocations and copies.
Can we use iovec instead calling resize every time?
The text was updated successfully, but these errors were encountered: