jetty.project/jetty-io
Simone Bordet 4923252ce4 Changed defaults for ArrayByteBufferPool.
There are cases, for example in WebSocket, where we want to allocate
small buffers to write frame headers and then do a gathered write.
ArrayByteBufferPool had a minimum size of 64 bytes,
which was too big and always led to allocation rather than pooling,
leading to performance slowdowns.

Defaults are now minSize=0, increment=1024.
2013-08-23 15:56:44 +02:00
..
src Changed defaults for ArrayByteBufferPool. 2013-08-23 15:56:44 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2013-06-25 08:29:26 -07:00