Skip to content

[TypeScript] Offer a way to parse typed arrays in flexbuffers without copying #8450

Open
@mstange

Description

I have a flexbuffers file where the majority of its contents is stored in very long arrays of integers.
My original file data is in a Uint8Array.
I would like to get access to the long arrays without having to incur a copy.

Does the TypeScript flexbuffers implementation offer a way to get a, say, Int32Array which just wraps the original buffer?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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