jetty.project/jetty-io/src
Simone Bordet 12041da72f
Fixes #8810 - ArrayRetainableByteBufferPool inefficiently calculates bucket indices (#8882)
Added constructor that uses IntUnaryOperator to avoid boxing.
Deprecated constructor that uses Function<Integer, Integer>.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-11-10 18:42:53 +01:00
..
main/java Fixes #8810 - ArrayRetainableByteBufferPool inefficiently calculates bucket indices (#8882) 2022-11-10 18:42:53 +01:00
test Fixes #8810 - ArrayRetainableByteBufferPool inefficiently calculates bucket indices (#8882) 2022-11-10 18:42:53 +01:00