ttorrent icon indicating copy to clipboard operation
ttorrent copied to clipboard

Use BufferPool instead of creating and destroying ByteBuffers

Open viswamy opened this issue 5 years ago • 2 comments

Creating and destroying byte buffers in high load systems where GC pauses are considered very critical is an undesired scenario. I am creating this jira ticket to track an efficient implementation of buffer pool mechanism in which buffers can be reused over time which should reduce the memory pressure inside JVM. What do you think? Thanks!

viswamy avatar Sep 17 '18 08:09 viswamy