Skip to content

Support for Span<byte> #75

@Ricochet73

Description

@Ricochet73

I use the CircularBuffer for some R&D work. I have some blittable structs message types, and marshalling to byte sequences. Currently I use Span, but because writing to a buffer requires byte[] I need to create a byte array, which means making a copy of the bytes, I want to try and reduce this and thought it would be nice fi the library natively supported Span to avoid the copying needed to create an array.

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