netty5/buffer/src
Norman Maurer 4ddb81f36f Not cache SwappedByteBuf in AbstractByteBuf to reduce memory footprint.
Motivation:

We should not cache the SwappedByteBuf in AbstractByteBuf to reduce the memory footprint.

Modifications:

Not cache the SwappedByteBuf.

Result:

Less memory footprint.
2016-04-14 08:06:21 +02:00
..
main/java/io/netty/buffer Not cache SwappedByteBuf in AbstractByteBuf to reduce memory footprint. 2016-04-14 08:06:21 +02:00
test/java/io/netty/buffer Not cache SwappedByteBuf in AbstractByteBuf to reduce memory footprint. 2016-04-14 08:06:21 +02:00