You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: