Top 20 NuGet pool Packages

应用场景:连接池,资源池等等
Firebend Auto Crud extension pack for adding Entity Framework contexts in an Elastic Pool
A generic, concurrent, portable and flexible Object Pool for .NET. It is completely based on the Code Project article of Ofir Makmal (http://goo.gl/4qig6T). Library is production ready and it is successfully working in real life systems. Original source code has been modified, in order to introduce ...
PoolSharp is a simple, light weight, thread safe object pool.
A generic, concurrent, portable and flexible Object Pool for .NET. This package contains an adapter for Microsoft.Extensions.ObjectPool abstraction.
Dynamics CRM Enhanced Organisation Service is an extension to the out-of-the-box IOrganizationService. It supports pooling, transactions, deferred execution, caching, load balancing, and auto retry.
Client implementation for Blue Riiots pool sensor API
Objects pooling, buffers pooling
When you request buffer of size N from `System.Buffers.MemoryPool<T>` returns `IMemoryOwner<T>` which can hold `Memory<T>` at least N elements. That proves to be a problem in some scenarios like passing serialized data back to your users. You need to pass them one more field: actual length of data. ...
Manages a pool of asynchronous methods (agents) that keep repeating at a given interval until they are requested to stop
Traffic-free collections (PoolingList, PoolingDictionary, PoolingQueue, PoolingStack), non-allocating LINQ
OpenShare.Net Service Library. Contains some ready made injectable services like HttpService for connecting to API's, MailService (uses Exchange Web Services), and allows for easy configuration with Configuration Factory and Configuration Service examples. See source code on Github by using the proj...
Indexed collection like usual List<T>, but with less allocations. Enables reusing instances of inner array via ArrayPool<T>.Shared. Provides ToRist() extension method which perfectly replaces conventional ToList() for materializing LINQ queries. MoveToArray() method releases ownership of internal bu...
A light weight and thread safe generic object pool. For more information please visit: https://github.com/yanggujun/commonsfornet/wiki/Commons.Pool
Collection of useful classes for your .NET application: Object Pool, Thread Pool, Queue Async Processor, BlockingQueue, DiskQueue, ThreadSetManager, Throttling, Semaphore, EntryCounteringEvent, Collections, ReadOnlyCollections, IoC, WeakEvent and other.
Smart Thread Pool, implemented in .NET
Manages a pool of asynchronous methods (agents) that keep repeating at a given interval until they are requested to stop
Manages a pool of asynchronous methods (agents) that keep repeating at a given interval until they are requested to stop
OpenShare.Net Threading Library. ConcurrentCache is a new in-memory cache system that is generically typed to IDictionary and is thread safe. Client Pool is generically typed and plays well with TPL (Task Parallel Library) for any disposable clients. See source code on Github by using the project ur...