Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add InProcess variants of the TypedArray and ArrayBuffer types. #7

Closed
KristofferStrube opened this issue Jan 4, 2024 · 1 comment · Fixed by #13
Closed

Add InProcess variants of the TypedArray and ArrayBuffer types. #7

KristofferStrube opened this issue Jan 4, 2024 · 1 comment · Fixed by #13

Comments

@KristofferStrube
Copy link
Owner

We are going to explore InProcess variants in Blazor.Streams that can utilize the ArrayBuffer and TypedArray types to make more efficient streaming. For this, we need ArrayBufferInProcess and InProcess implementations of all the TypedArray types. Actually, we only need the Uint8Array but for completeness let's add it for them all.

@KristofferStrube
Copy link
Owner Author

A related issue in the Blazor.Streams library: KristofferStrube/Blazor.Streams#4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant