This repository has been archived by the owner on Jun 29, 2023. It is now read-only.
Reduce garbage during GelfMessage encoding and writing #86
Labels
type: enhancement
A general enhancement
Milestone
GelfMessage
increases GC pressure when encoding and sending messages which originate in several sources. This ticket is to improve GC pressure by:byte[]
allocationByteBuffer
ByteBuffer
BigDecimal
removalOnce these steps are performed, more complex refactorings (
String
tobyte
conversion,ByteBuffer
pooling and caching/reusing ofDeflater
) can be tackled.The text was updated successfully, but these errors were encountered: