Skip to content

Implement a byte array pool for DequeueInternal #12

@akash14darshan

Description

@akash14darshan

Currently since we allocate a new byte array for every ByteBuffer dequeue we make, it may not be very efficient for high loaded server since it will increase gc by a lot.

Alternatively, a custom byte array pool can be implemented to handle this for performance reasons so that we do less allocations

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions