Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 4.2% forks on nuget.org

nuget.org : greensupergreen.benchmarking.launcher.netcore

This package is a .NET Core Global Tool capable to launch .Net Core version of the GreenSuperGreen.Benchmarking.Launcher... Install: dotnet tool install -g GreenSuperGreen.Benchmarking.Launcher.NetCore Uninstall: dotnet tool uninstall -g GreenSuperGreen.Benchmarking.Launcher.NetCore Run: gsgbenchmark 1) Unified Concurrency The main mission is to unify usage of heterogeneous synchronization primitives with interface/pattern based Object Oriented approach. Switching between multiple synchronization primitives with one code line change! Agile Development ready solution to synchronization. Easy upgrade from general threading to async/await thanks to the pattern based design! Reduced code complexity. Easy correctness testing. Simplified performance optimization. Currently implemented synchronization primitives cover: - wrapper for the .Net SpinLock, - TicketSpinLock, - Lock replacement of C# lock (Monitor), - wrapper around C# lock (monitor) benchmarking only, - async/await AsyncLock, - async/await AsyncSpinLock, - async/await AsyncTicketSpinLock. https://www.codeproject.com/Articles/1236238/Unified-Concurrency-I-Introduction https://www.codeproject.com/Articles/1237518/Unified-Concurrency-II-benchmarking-methodologies https://www.codeproject.com/Articles/1242156/Unified-Concurrency-III-cross-benchmarking 2) AsyncTesting SequencerUC A strongly typed Sequencer is a powerful threading or async/await based unit testing tool to simplify and test correctness in asynchronous and/or parallel code. The Sequencer allows to simplify control/detection of one or many testing thread flows and allows to deterministically setup testing scenario from unit test method and optionally inject data into the tested code to ensure required state. 3) Concurrent Priority Queues Awaitable Concurrent Priority Queue - Optionally awaitable simple to use Concurrent Priority Queue. https://www.codeproject.com/Articles/1222893/Optionally-Awaitable-Concurrent-Priority-Queue

Registry - Homepage - JSON
purl: pkg:nuget/greensupergreen.benchmarking.launcher.netcore
Keywords: 1.2.6.1, async, lock, synchronization, threading
License: MIT
Latest release: over 5 years ago
First release: over 124 years ago
Downloads: 23,210 total
Stars: 25 on GitHub
Forks: 5 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 22 days ago

    Loading...
    Readme
    Loading...