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
{{ message }}
This repository has been archived by the owner on May 5, 2021. It is now read-only.
I set up the simple demo per your writeup. Loading a 15Mb file takes 55 seconds!
Your writeup says "...For client-side Blazor (WebAssembly), the data transfer speed is limited only by your CPU. You can load a 10 MB file into .NET memory almost instantly. On my machine, loading a 100 MB file into a .NET byte array takes about a second...."
Can you provide the sample code that accomplished this?
The text was updated successfully, but these errors were encountered:
Steve,
I set up the simple demo per your writeup. Loading a 15Mb file takes 55 seconds!
Your writeup says "...For client-side Blazor (WebAssembly), the data transfer speed is limited only by your CPU. You can load a 10 MB file into .NET memory almost instantly. On my machine, loading a 100 MB file into a .NET byte array takes about a second...."
Can you provide the sample code that accomplished this?
The text was updated successfully, but these errors were encountered: