Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```