https://github.com/kristofferstrube/blazor.workersbenchmarks
This is a project for comparing the performance of 3 different libraries that enable us to execute .NET code in the background of a Blazor WASM application using Web Workers.
https://github.com/kristofferstrube/blazor.workersbenchmarks
Last synced: 4 months ago
JSON representation
This is a project for comparing the performance of 3 different libraries that enable us to execute .NET code in the background of a Blazor WASM application using Web Workers.
- Host: GitHub
- URL: https://github.com/kristofferstrube/blazor.workersbenchmarks
- Owner: KristofferStrube
- License: mit
- Created: 2024-07-16T18:43:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T12:28:42.000Z (over 1 year ago)
- Last Synced: 2025-11-23T04:03:54.795Z (7 months ago)
- Language: HTML
- Homepage:
- Size: 36.4 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blazor Workers Benchmarks
This is a project for comparing the performance of 3 different libraries that enable us to execute .NET code in the background of a Blazor WASM application using Web Workers.
The libraries are:
1. [Tewr.BlazorWorke](https://github.com/Tewr/BlazorWorker)
2. [SpawnDev.BlazorJS.WebWorkers](https://github.com/LostBeard/SpawnDev.BlazorJS?tab=readme-ov-file#spawndevblazorjswebworkers)
3. [KristofferStrube.Blazor.WebWorkers](https://github.com/KristofferStrube/Blazor.WebWorkers)
## Notes on the comparisons
These comparisons might be biased as I'm the author of the last of the three libraries.
If you have any ways that I can configure the other worker libraries to achieve better performance for them then please add an issue on the repository.