3598c575d8
Motivation: We don't intend on support buffers bigger than 2 GiB, which is the max IO transfer size on Linux. Modification: Change buffer read/write indexes to be ints, and add checks to allocators. Result: BBuf is now int-sized and indexed. |
||
---|---|---|
buffer/src | ||
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.