Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/64j0/concurrency-in-dotnet
Programs from the book "Concurrency in .NET", and others that I wrote to confirm or illustrate ideas
https://github.com/64j0/concurrency-in-dotnet
concurrency dotnet fsharp parallel-computing
Last synced: 2 days ago
JSON representation
Programs from the book "Concurrency in .NET", and others that I wrote to confirm or illustrate ideas
- Host: GitHub
- URL: https://github.com/64j0/concurrency-in-dotnet
- Owner: 64J0
- Created: 2023-10-18T00:14:41.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-05T23:07:48.000Z (12 months ago)
- Last Synced: 2024-01-29T12:08:34.619Z (10 months ago)
- Topics: concurrency, dotnet, fsharp, parallel-computing
- Language: F#
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Programs from "Concurrency in .NET"
This repository holds the programs from the book "Concurrency in .NET" and their benchmark, whenever I decided to add.
- [Quicksort](./quicksort/Program.fs)
## Run the benchmark
```bash
cd /
dotnet run -c Release
# run with `sudo` to give it high priority
```