ec9395d36e
Motivation: Slices should behave identical to normal and composite buffers in all but a very select few aspects related to ownership. Modification: Extend the test generation to also produce slice-versions of nearly all test cases. Both slices that cover the entire buffer, and slices that only cover a part of their parent buffer. Also fix a handful of bugs that this uncovered. Result: Buffer slices are now tested much more thoroughly, and a few bugs were fixed. |
||
---|---|---|
buffer/src | ||
common/src/main/java/io/netty/util | ||
microbench/src/main/java/io/netty/buffer | ||
.gitignore | ||
pom.xml | ||
README.md |
Netty Incubator Buffer API
This repository is incubating a new buffer API proposed for Netty 5.