netty5/buffer/src
Pavan Kumar 69a6ad940a Improve the allocation algorithm in PoolChunk
Motivation:

Depth-first search is not always efficient for buddy allocation.

Modification:

Employ a new faster search algorithm with different memoryMap layout.

Result:

With thread-local cache disabled, we see a lot of performance
improvment, especially when the size of the allocation is as small as
the page size, which had the largest search space previously.
2014-06-26 17:06:10 +09:00
..
main/java/io/netty/buffer Improve the allocation algorithm in PoolChunk 2014-06-26 17:06:10 +09:00
test/java/io/netty/buffer Remove 'get' prefix from all HTTP/SPDY messages 2014-06-24 18:03:33 +09:00