🎰 Simplistic, atomic, interlocked counter that allows for huge numbers of operations to be performed using a "sharding" style approach to summation, all in .NET Core C#
A performant open source library targeted for running N iterations of a delegate in parallel without having
to configure or understand too much about multithreading. The library encapsulates the ability to run many
delegates N times, and evenly distribute the work given the number of threads....
More information
This is the core framework with compatability for TestDriven.NET for Edison, to be used when writing tests. Edison is an open source unit/integration test framework for .NET.