enhancementhelp wanted
倉庫指標
- 星標
- (21,741 顆星)
- PR 合併指標
- (平均合併 3天) (30 天內合併 44 個 PR)
描述
The net.Buffers internally uses writev syscall so we can write multiple chunks without concatenation in buffer. This significantly improves performance and I wondered why fasthttp doesn't use it.