Skip to content

Shared memory compatible C++ string data type #938

@ComicSansMS

Description

@ComicSansMS

Brief feature description

Provide a C++ implementation of a shared memory compatible string data type that can be shared between nodes and is suitable for placement in a shared memory compatible vector (#937). This type will need to be memory layout compatible with the Rust version of the same type. For now, the string will only allow storing ASCII characters with values lower than 0x80 and will not be UTF-8-aware.

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