objectpool
Object Pool
An object pool allocator implementation in C++11.
Object pool implementation in C++11
94 stars
5 watching
22 forks
Language: C++
last commit: almost 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mtrebi/thread-pool | A C++ implementation of a thread pool for concurrent task execution | 1,146 |
jolestar/go-commons-pool | A generic object pool implementation with flexible configuration options and support for custom factories. | 1,225 |
bonesoul/coiniumserv | A high-performance cryptocurrency mining pool software implementation | 798 |
bshoshany/thread-pool | A lightweight C++17 thread pool library for efficient concurrent task execution | 2,206 |
asutton/cxx14-hash | An implementation of an object hashing facility based on the C++14 standard proposal | 4 |
chrisvest/stormpot | An object pooling library designed to efficiently manage and reuse expensive objects in Java applications. | 358 |
ivpusic/grpool | A lightweight goroutine pool for concurrent job execution. | 745 |
mbrossard/threadpool | A C implementation of a thread pool that can be used to manage and execute tasks concurrently. | 858 |
shomali11/parallelizer | Simplifies creating multiple worker threads to execute tasks in parallel | 72 |
shettyh/threadpool | An efficient and scalable thread pool implementation for concurrent task execution | 102 |
chunelfeng/cthreadpool | A simple and high-performance C++ threadpool with cross-platform support | 349 |
inkooboo/thread-pool-cpp | A high-performance C++11 thread pool with support for multiple scheduling strategies and benchmarked against a Boost.Asio-based implementation. | 568 |
pithikos/c-thread-pool | A minimal but powerful threadpool implementation in ANSI C | 2,078 |
mtrebi/memory-allocators | Custom memory allocators in C++ to improve the performance of dynamic memory allocation | 1,755 |
two/tspool | A TCP server pool implementation using worker pools to improve performance and protect the server. | 14 |