Giter Site home page Giter Site logo

qoollo / dotnet-turbo Goto Github PK

View Code? Open in Web Editor NEW
81.0 26.0 16.0 1.62 MB

Collection of useful classes for your .NET application (object pool, thread pool, async processing, queues, collections, multithreading primitives, etc.)

License: MIT License

C# 100.00%
class-library multithreading async synchronization object-pool collections thread-pool queue dotnet

dotnet-turbo's People

Contributors

ikopylov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dotnet-turbo's Issues

English comments

In the latest pre-release version 2.3.0-alpha I see comments in what I suppose is a Cyrillic language, then I see that in the repo probably you already did all the translation, is it possible at least to have a pre-release package?

image

BalancingDynamicPoolManager: Exception

Message: System.MissingMethodException: Method not found: 'Qoollo.Turbo.ObjectPools.RentedElementMonitor1<System.__Canon> Qoollo.Turbo.ObjectPools.ObjectPoolManager1.Rent(Int32, System.String, System.String, Int32)'.

[proposal] Creating nuget package per topic

It could be great to stick on the idea of having micro-packages instead of big ones (to be cloud/device compliant 😄), and creating a nuget package of each topic:

Object pools - easy to use object pools;
Asynchronous data processing with queue - help in parallelization of item processing;
Thread pools - fast thread pools with dynamic adjustment of thread count;
Thread set manager - simplify common thread start/stop scenarios;
SemaphoreLight - extremely fast lightweight semaphore;
BlockingQueue - thread safe queue with blocking (up to 5 times faster than BlockingCollection);
EntryCountingEvent - allow to control the clients entered some block of code;
ThrottlingBehaviour - allow to limit the maximum requests per second;
IoC container - simple inversion-of-control container;
WeakDelegate, WeakEvent - event with weak reference to subscribers;
Deque - collection of elements organized as deque;
Priority Queues - simple queue with limited number of priorities;
CircularList - collection that stores elements inside circular buffer;
Read only collections - a number of useful readonly collections (List, Dictionary, HashSet);
A bunch of extension methods for IEnumerable, Type, Exception.

Then you can preserve the Qoollo.Turbo package that has dependencies on the micro-packages.

What do you think about?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.