enhancementhelp wanted
仓库指标
- Star
- (21,741 star)
- 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.