Zero-copy/Zero memory allocation networking

I can see there are way to achieve more performance and save resource with
zero-copy on data transfer, serving or transform. Fasthttp written in Go is
one of an example.

The idea would be benefits for embedded device and reduce power consumption
especially more resources can be save for other purpose e.g. database,
crypto, etc.