Skip to content

Kitsune2 is making use of the bytes crate--it would be more efficient if tx5 did the same. #120

Description

@neonphog

The sbd-e2e-crypto-client crate returns received data as a bytes::Bytes. The tx5 Endpoint and supporting dependency traits convert this into Vec<u8>s which kitsune then translates back into bytes.

Staying with bytes would eliminate a large number of mem copies.

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