envoyproxy/envoy

Optimize UdpGsoBatchWriter performance

Open

#15 954 ouverte le 13 avr. 2021

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)C++ (5 373 forks)batch import
area/quicarea/udpbughelp wanted

Métriques du dépôt

Stars
 (27 997 stars)
Métriques de merge PR
 (Merge moyen 8j) (378 PRs mergées en 30 j)

Description

UdpGsoBatchWriter::writePacket() copies source/destination addresses and linearizes buffer into string on each call. These are unnecessary and add a lot of overhead.

The overall implementation needs to be reviewed to eliminate such cases.

Guide contributeur