positiveczp / MemoryPoolLinks
An easy to use and efficient memory pool allocator written in C++
☆11Updated 8 years ago
Alternatives and similar repositories for MemoryPool
Users that are interested in MemoryPool are comparing it to the libraries listed below
Sorting:
- Simple Generic Thread Pool☆13Updated 7 years ago
- 这是一个纯粹的、高性能的、不会自发性死锁的线程池,拿到项目里就能使用☆14Updated 4 years ago
- project griffin is a real time, high performance multithreaded 3d graphics engine and game project, utilizing C++11, LuaJIT, and OpenGL 4…☆12Updated 6 years 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 5 years ago
- A low-overhead, task-based threading API using a thread-pool of C++11 threads☆11Updated 7 years ago
- Cross platform C++ threading library☆12Updated 10 years ago
- Simple and lightweight factory class, featuring automatic type casting. Written in C++11☆13Updated 10 years ago
- A task queue that uses a thread pool to complete tasks in parallel.