You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 29, 2023. It is now read-only.
GelfMessage increases GC pressure when encoding and sending messages which originate in several sources. This ticket is to improve GC pressure by:
Omitting byte[] allocation
Reusing ByteBuffer
Revisit JSON serialization to operate directly on ByteBuffer
Investigate on BigDecimal removal
Once these steps are performed, more complex refactorings (String to byte conversion, ByteBuffer pooling and caching/reusing of Deflater) can be tackled.