DomGries / ThreadPool2
Lightweight, Generic, Pure C++11 ThreadPool
☆31Updated 4 years ago
Alternatives and similar repositories for ThreadPool2:
Users that are interested in ThreadPool2 are comparing it to the libraries listed below
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 5 years ago
- Collection of header-only utilities for C++☆35Updated last year
- C++ serializers benchmark with realistic data☆120Updated last year
- Implementation of std::any, including small object optimization, for C++11 compilers☆147Updated 8 months ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 5 years ago
- STL-based caches for C++☆115Updated last year
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆82Updated 2 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆92Updated 3 years ago
- C++ class for a joining and cooperative interruptible thread (should become std::jthread)☆189Updated 3 years ago
- Object pool implementation in C++11☆94Updated 4 years ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆138Updated 9 months ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆200Updated last year
- 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 …☆28Updated 4 years ago
- A single header standard C++ serialization framework.☆191Updated 3 years ago
- A fast and flexible c++ template class for tree data structures☆97Updated 2 years ago
- Simple resource pool for recycling resources in C++☆64Updated 6 months ago
- Scope Guard & Defer C++☆163Updated 11 months ago
- A prototype implementation of the executors proposal☆85Updated 5 years ago
- Comparison of C++ Serialization Libraries for Graph Data☆33Updated 3 years ago
- Simple Useful Libraries: C++17/20 header-only dynamic bitset☆158Updated last month
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆80Updated last month
- ☆46Updated 7 years ago
- A C++ header-only support for serialization of generic objects to be used when the type is known a-priori.☆52Updated 11 years ago
- A C++14 Task Manager / Scheduler☆104Updated last year
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆151Updated 2 months ago
- A proposal for a executor programming model for ISO C++☆137Updated 4 years ago
- A concurrent thread-safe hash map implemented in C++☆145Updated last year
- Mathematical Expression Parser and JIT Compiler☆143Updated last year
- Ultra fast C++11 allocator for STL containers.☆274Updated 3 years ago