steinwurf / recycleLinks
Simple resource pool for recycling resources in C++
☆70Updated 2 months ago
Alternatives and similar repositories for recycle
Users that are interested in recycle are comparing it to the libraries listed below
Sorting:
- A C++ ringbuffer that always looks like a flat array☆82Updated 5 years ago
- C++ serializers benchmark with realistic data☆125Updated 2 years ago
- 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☆247Updated 7 months ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆181Updated 3 months ago
- Library of backported modern C++ types to work with C++11☆85Updated 4 months ago
- An indirect value-type for C++☆83Updated last year
- Priority-based Task Scheduling for Modern C++☆90Updated 4 years ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆150Updated last year
- Light-weight header-only library for parallel function calls and continuations in C++ based on Eric Niebler's talk at CppCon 2019.☆112Updated last year
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library☆161Updated 5 months ago
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆73Updated 3 years ago
- Comprehensive benchmarks for a majority of GitHub c++ signal slot implementations and others.☆140Updated 2 years ago
- Polymorphic memory resource for real-time applications.☆73Updated 2 years ago
- Core abstractions for dealing with concurrency in C++☆67Updated last year
- A realtime/embedded-friendly C++11 variant type which is never empty and prevents undesirable implicit conversions☆99Updated 7 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago
- Futures and thread pool for C++ (with optional Qt support)☆131Updated 4 years ago
- any lite - A C++17-like any, a type-safe container for single values of any type for C++98, C++11 and later in a single-file header-only …☆146Updated 5 months ago
- C++ class for a joining and cooperative interruptible thread (should become std::jthread)☆196Updated 4 years ago
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- std::invoke/std::apply analogs for C++11/14☆43Updated 2 years ago
- Filesystem changes monitor using boost::asio © Boris Schaeling☆90Updated 5 months ago
- A bunch of small C++ utilities☆66Updated last year
- C++14 code to convert integers to strings at compile-time☆120Updated 8 months ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆143Updated last year
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆49Updated last year
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆150Updated 4 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago