jetty.project icon indicating copy to clipboard operation
jetty.project copied to clipboard

Direct ByteBuffer's cleaning

Open wendigo opened this issue 5 months ago • 8 comments
trafficstars

Jetty version(s) 12.0/12.1

Enhancement Description

Do you plan to introduce a way of cleaning direct ByteBuffers allocated by Jetty. Netty has a mechanism that deallocated direct ByteBuffers eagerly once they are no longer needed.

For reference: https://github.com/netty/netty/commit/4dc0b3a4ef8f9558b83df0d742d8bd0712a136f1#diff-ee31d6acc31313265b2b7c6abf0bd1efa9873e7113e9c1cdc5509976c404a73f

wendigo avatar Jun 09 '25 12:06 wendigo