Benchmarks of various solutions in C#
Interactive selection:
dotnet run -c Release --project Benchmarks -- -m -t -d
Matching filter:
dotnet run -c Release --project Benchmarks -- -m -t -d -f '*TaskQueue*'
- RabbitMQ .NET Client (Serialization using
Unsafe.WriteUnaligned
) - @gfoidl (Awareness, advice)