Skip to content

Memory Thrashing #361

Closed
Closed
@YulerB

Description

@YulerB

Allot of memory is allocated and destroyed of different byte lengths.
This has impact on the CPU and on memory fragmentation, leading to higher latency.
I have 2 recomendations,

  1. use socket methods using SocketAsyncEventArgs
  2. pool the byte[] that are being allocated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions