Chris Vest
6d4ad29149
Implement Composite buffers
Motivation: Composite buffers make it possible to combine the data from multiple buffers and present them as one, without copying the contents. Each access primitive has slightly higher overhead, though, so it is encouraged to make measurements before decided whether to compose or copy. Modification: A CompositeBuf implementation has been added, along with a Buf#compose factory method. The composite buffer behaves exactly the same as non-composed buffers.
Netty Incubator Buffer API
This repository is incubating a new buffer API proposed for Netty 5.
Description
Languages
Java
99.6%
Dockerfile
0.2%
Makefile
0.2%