Merge the read and write buffers
Open
enhancement
- Dominant language
- C++
- Stars
- 299
- Forks
- 43
- PR merge metrics
- No merged PRs in 30d
Description
All operations work in a half-duplex fashion, so they don't need separate buffers. Pipelines have their own buffer, so they don't need this, either. This can reduce memory consumption and make #279 easier.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.