netty5/license
Norman Maurer f765053ae7 Let PoolThreadCache work even if allocation and deallocation Thread are different
Motivation:

PoolThreadCache did only cache allocations if the allocation and deallocation Thread were the same. This is not optimal as often people write from differen thread then the actual EventLoop thread.

Modification:

- Add MpscArrayQueue which was forked from jctools and lightly modified.
- Use MpscArrayQueue for caches and always add buffer back to the cache that belongs to the allocation thread.

Result:

ThreadPoolCache is now also usable and so gives performance improvements when allocation and deallocation thread are different.

Performance when using same thread for allocation and deallocation is noticable worse then before.
2015-05-27 14:35:22 +02:00
..
LICENSE.abstractnodequeue.txt [#1259] Add optimized queue for SCMP pattern and use it in NIO and native transport 2014-02-27 11:44:06 +01:00
LICENSE.base64.txt
LICENSE.bouncycastle.txt Preparation for porting OpenSSL support in 3.10 2014-05-17 20:01:47 +09:00
LICENSE.caliper.txt
LICENSE.commons-logging.txt
LICENSE.jboss-marshalling.txt
LICENSE.jctools.txt Let PoolThreadCache work even if allocation and deallocation Thread are different 2015-05-27 14:35:22 +02:00
LICENSE.jsr166y.txt
LICENSE.jzlib.txt Add back jzlib license file and notice 2013-02-21 14:00:59 -08:00
LICENSE.log4j.txt
LICENSE.protobuf.txt
LICENSE.slf4j.txt
LICENSE.snappy.txt Add Snappy compression codec 2012-12-18 21:09:31 +01:00
LICENSE.webbit.txt