Skip to content

ci::Buffer moving to a regular container #16

@richardeakin

Description

@richardeakin

Hey, after doing a quick survey I noticed that there are some places where ci::Buffers are being passed by value (like in the various onRead() methods). Where this was almost free before, it will now cause the Buffer to be copied, so once this goes through you'll probably want to either update those to be BufferRefs or pass by const&.

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