https://github.com/davidfowl/queuedown
https://github.com/davidfowl/queuedown
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidfowl/queuedown
- Owner: davidfowl
- Created: 2022-03-16T07:43:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-21T00:22:35.000Z (over 3 years ago)
- Last Synced: 2025-04-10T07:18:29.930Z (3 months ago)
- Language: C#
- Size: 29.3 KB
- Stars: 26
- Watchers: 8
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`.