Giter Club home page Giter Club logo

dotnet-turbo's Introduction

Qoollo Turbo NuGet

Collection of useful classes for your .NET application.

Library contains a number of reuseful base classes:

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

NuGet

Qoollo.Turbo

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.