steinwurf / recycleLinks
Simple resource pool for recycling resources in C++
☆71Updated 6 months ago
Alternatives and similar repositories for recycle
Users that are interested in recycle are comparing it to the libraries listed below
Sorting:
- C++ serializers benchmark with realistic data☆126Updated 2 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago
- Filesystem changes monitor using boost::asio © Boris Schaeling☆89Updated 9 months ago
- Priority-based Task Scheduling for Modern C++☆93Updated 4 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 weeks ago
- C++ class for a joining and cooperative interruptible thread (should become std::jthread)☆197Updated 4 years ago
- C++20's jthread for C++11 and later in a single-file header-only library (WIP).☆67Updated last month
- A C++ ringbuffer that always looks like a flat array☆85Updated 5 years ago
- Comparison of C++ Serialization Libraries for Graph Data☆37Updated 4 years ago
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library☆166Updated last month
- An indirect value-type for C++☆83Updated 2 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆185Updated last week
- Implementation of std::any, including small object optimization, for C++11 compilers☆151Updated last year
- Non-intrusive C++ signal programming library☆50Updated 4 years ago
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆78Updated 3 years ago
- Core abstractions for dealing with concurrency in C++☆69Updated last year
- A proposal for a executor programming model for ISO C++☆141Updated 5 years ago
- A prototype implementation of the executors proposal☆86Updated 6 years ago
- Light-weight header-only library for parallel function calls and continuations in C++ based on Eric Niebler's talk at CppCon 2019.☆111Updated 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.☆252Updated last month
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆158Updated 4 years ago
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource, C++ standard libraries extensions, ver…☆52Updated last month
- Light, fast, threadpool for C++20☆109Updated 2 years ago
- Polymorphic memory resource for real-time applications.☆74Updated 2 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 …☆152Updated last month
- Comprehensive benchmarks for a majority of GitHub c++ signal slot implementations and others.☆140Updated 3 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- A C++14 reflection library☆78Updated 2 weeks 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…☆203Updated 3 years ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆148Updated last year