netty5/buffer/src
Nick Hill 26993b0d9c Lazily construct contained DataOutputStream in ByteBufOutputStream (#10507)
Motivation

This is used solely for the DataOutput#writeUTF8() method, which may
often not be used.

Modifications

Lazily construct the contained DataOutputStream in ByteBufOutputStream.

Result

Saves an allocation in some common cases
2020-08-28 09:23:12 +02:00
..
main Lazily construct contained DataOutputStream in ByteBufOutputStream (#10507) 2020-08-28 09:23:12 +02:00
test/java/io/netty/buffer Review PooledByteBufAllocator in respect of jemalloc 4.x changes and update allocate algorithm.(#10267) 2020-07-16 08:24:27 +02:00