connormanning / splice-poolLinks
A C++11 memory pool for multi-threaded applications
☆34Updated 8 years ago
Alternatives and similar repositories for splice-pool
Users that are interested in splice-pool are comparing it to the libraries listed below
Sorting:
- Object pool implementation in C++11☆100Updated 4 years ago
- A simple C++11 reflection/serialization framework.☆130Updated 9 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆132Updated 6 years ago
- C++ coroutine based networking library (WIP)☆39Updated 6 years ago
- Simple resource pool for recycling resources in C++☆71Updated 3 months ago
- Heap allocation free version of C++11 std::function☆59Updated 4 years ago
- A C++14 Task Manager / Scheduler☆108Updated 2 years ago
- A simple C++11 signal/slot (event/delegate) implementation based on Fast C++ Delegates☆41Updated 7 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆43Updated 5 years ago
- Provides a lightweight interpreter and factory for dynamically creating C++ objects at runtime.☆74Updated 4 years ago
- C++ multi-purpose reflection library☆87Updated 5 years ago
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆85Updated 3 years ago
- A fast and flexible c++ template class for tree data structures☆110Updated 2 months ago
- async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded …☆32Updated 4 years ago
- a simple RPC wrapper generator to C/C++ functions☆42Updated 10 years ago
- Minimalistic socket library inspired by Asio/Boost Asio, implemented in 1 single header file☆27Updated 2 weeks ago
- Pipelines for Modern C++☆70Updated 5 years ago
- easy to use callback library for C++