Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Use Buffer.MemoryCopy  #544

@Anderman

Description

@Anderman

Buffer.BlockCopy has a large overhead for small size copy. This is because it has to find out a lot of things before it start copy see blockcopy.

MemoryCopy is almost a direct call to memmove see here

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions