Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidfowl/queuedown
https://github.com/davidfowl/queuedown
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidfowl/queuedown
- Owner: davidfowl
- Created: 2022-03-16T07:43:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-21T00:22:35.000Z (almost 3 years ago)
- Last Synced: 2023-03-11T19:23:32.849Z (almost 2 years ago)
- Language: C#
- Size: 29.3 KB
- Stars: 24
- Watchers: 7
- 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`.