Skip to content

Eliminate memory allocations from packet generator #116

@bmerry

Description

@bmerry

Currently it allocates memory to hold the headers and implicitly to manage a vector of item pointers. Having the writer class provide the storage for the headers (feasible, since the packet size is bounded) and recycling a vector for item pointers would eliminate the malloc/free overheads.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions