Open adiholden opened 1 day ago
When calling JournalStreamer::Write if there is a write request in flight we resize the pendingbuf leading to redundant allocations and copies. Can we use iovec instead calling resize every time?
When calling JournalStreamer::Write if there is a write request in flight we resize the pendingbuf leading to redundant allocations and copies. Can we use iovec instead calling resize every time?