enhancementhelp wanted
Metriche repository
- Star
- (21.741 star)
- Metriche merge PR
- (Merge medio 3g) (44 PR mergiate in 30 g)
Descrizione
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.