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

https://github.com/davidfowl/queuedown


https://github.com/davidfowl/queuedown

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# QueueDown

This experiment tries to find the most efficient way to improve throughput of lots of current writes to a shared resource (a PipeWriter in this example).
50 concurrent writes write to a single PipeWriter and the throughput can be measured using `dotnet counters monitor -n QueueDown --counters QueueDown System.Runtime`.