Skip to content

Implement BufferPool (or consider WCF BufferManager?) #11

Description

@cbaxter

Implement buffer pool to prevent reallocation of byte arrays for temporary message buffers.

Due to each write on a named pipe being treated as a single message; don't want to write out frames individually (seriously degrades performance). Implement buffer pool to allow for more efficient memory management.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions