objectpool

Object Pool

An object pool allocator implementation in C++11.

Object pool implementation in C++11

GitHub

94 stars
5 watching
22 forks
Language: C++
last commit: about 4 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
mtrebi/thread-pool A C++ implementation of a thread pool for concurrent task execution 1,156
jolestar/go-commons-pool A generic object pool implementation with flexible configuration options and support for custom factories. 1,229
bonesoul/coiniumserv A high-performance cryptocurrency mining pool software implementation 804
bshoshany/thread-pool A lightweight and easy-to-use C++17 thread pool library for concurrent programming. 2,252
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. 360
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 353
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. 569
pithikos/c-thread-pool A minimal but powerful threadpool implementation in ANSI C 2,118
mtrebi/memory-allocators Custom memory allocators in C++ to improve the performance of dynamic memory allocation 1,769
two/tspool A TCP server pool implementation using worker pools to improve performance and protect the server. 14