yanet
yanet copied to clipboard
Superfluous memory allocations in fragmentation_t
https://github.com/yanet-platform/yanet/blob/87748d7bf95f44ba21725197b0ef18e196310741/dataplane/fragmentation.cpp#L161-L164
It would be better to reuse same vector, instead of constructing and growing it every handle() call