steinwurf / recycleLinks
Simple resource pool for recycling resources in C++
☆71Updated 4 months ago
Alternatives and similar repositories for recycle
Users that are interested in recycle are comparing it to the libraries listed below
Sorting:
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago
- A C++ ringbuffer that always looks like a flat array☆83Updated 5 years ago
- Priority-based Task Scheduling for Modern C++☆93Updated 4 years ago
- C++ serializers benchmark with realistic data☆126Updated 2 years ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆145Updated last year
- Comprehensive benchmarks for a majority of GitHub c++ signal slot implementations and others.☆140Updated 3 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- Filesystem changes monitor using boost::asio © Boris Schaeling☆89Updated 8 months ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆183Updated last month
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 5 years ago
- A realtime/embedded-friendly C++11 variant type which is never empty and prevents undesirable implicit conversions☆99Updated 7 years ago
- C++ class for a joining and cooperative interruptible thread (should become std::jthread)☆197Updated 4 years ago
- Comparison of C++ Serialization Libraries for Graph Data☆36Updated 3 years ago
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆78Updated 3 years ago
- Network Based Data Layer: C++ Framework for Managing Application State Across Network☆44Updated last week
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- Finite state machine library based on the boost hana meta programming library. It follows the principles of the boost msm and boost sml l…☆200Updated 2 years ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆150Updated last year
- variant lite - A C++17-like variant, a type-safe union for C++98, C++11 and later in a single-file header-only library.☆252Updated 2 months ago
- An indirect value-type for C++☆83Updated 2 years ago
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆50Updated this week
- The Darkest Pipeline - Multithreaded pipelines for modern C++☆89Updated last year
- A bunch of small C++ utilities☆69Updated last year
- Light, fast, threadpool for C++20☆109Updated 2 years ago
- C++20's jthread for C++11 and later in a single-file header-only library (WIP).☆65Updated this week
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library☆165Updated this week
- Futures and thread pool for C++ (with optional Qt support)☆130Updated 5 years ago
- C++14 code to convert integers to strings at compile-time☆121Updated 11 months ago
- Literal Logging for C++☆86Updated 8 years ago
- Finite State Machine implementation using std::variant☆90Updated 6 years ago