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: about 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A C++ implementation of a thread pool for concurrent task execution | 1,156 |
| A generic object pool implementation with flexible configuration options and support for custom factories. | 1,229 |
| A high-performance cryptocurrency mining pool software implementation | 804 |
| A lightweight and easy-to-use C++17 thread pool library for concurrent programming. | 2,252 |
| An implementation of an object hashing facility based on the C++14 standard proposal | 4 |
| An object pooling library designed to efficiently manage and reuse expensive objects in Java applications. | 360 |
| A lightweight goroutine pool for concurrent job execution. | 745 |
| A C implementation of a thread pool that can be used to manage and execute tasks concurrently. | 858 |
| Simplifies creating multiple worker threads to execute tasks in parallel | 72 |
| An efficient and scalable thread pool implementation for concurrent task execution | 102 |
| A simple and high-performance C++ threadpool with cross-platform support | 353 |
| A high-performance C++11 thread pool with support for multiple scheduling strategies and benchmarked against a Boost.Asio-based implementation. | 569 |
| A minimal but powerful threadpool implementation in ANSI C | 2,118 |
| Custom memory allocators in C++ to improve the performance of dynamic memory allocation | 1,769 |
| A TCP server pool implementation using worker pools to improve performance and protect the server. | 14 |