copperspice / cs_libguardedLinks
Header-only library for multithreaded programming
☆236Updated 5 months ago
Alternatives and similar repositories for cs_libguarded
Users that are interested in cs_libguarded are comparing it to the libraries listed below
Sorting:
- A polymorphic value-type for C++☆228Updated last year
- C++ class for a joining and cooperative interruptible thread (should become std::jthread)☆196Updated 4 years ago
- constexpr C++17 library for simplifying higher order functions in application code☆199Updated 2 years ago
- A reflective enum implementation for C++☆297Updated last year
- Range-based goodness for C++17☆365Updated 4 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆181Updated 3 months ago
- contiguous container library - arrays with customizable allocation, small buffer optimization and more☆257Updated 5 years ago
- Tool for analyzing includes in C++☆207Updated last year
- C++11 metaprogramming library☆266Updated 3 weeks ago
- A work in progress minimal C++ static reflection API and codegen tool.☆259Updated 4 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
- Love template metaprogramming☆329Updated 3 years ago
- c++ LINQ -like library of higher-order functions for data manipulation☆198Updated 4 years ago
- C++17 Utility classes for comparing multiple values in one simple expression☆206Updated last year
- A proposal for a executor programming model for ISO C++☆140Updated 5 years ago
- std::bitset with constexpr implementations plus additional features.☆125Updated 2 years ago
- A class template that creates a new type that is distinct from the underlying type, but convertible to and from it☆114Updated last year
- Code for the talk, "Allocators: the Good Parts", at CppCon2017☆63Updated 7 years ago
- Implementation of C++20's std::span for older compilers☆364Updated 2 years ago
- Lightweight Error Augmentation Framework☆332Updated 3 weeks 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☆161Updated 5 months ago
- A lightweight, non-owning reference to a callable.☆177Updated 3 years ago
- A highly efficient, move-aware operators library☆204Updated 2 years ago
- Home to luple, nuple, C++ String Interning, Struct Reader and C++ Type Loophole☆178Updated 6 years ago
- A simple framework for compile-time benchmarks☆186Updated 4 years ago
- A C++ micro-benchmarking framework☆95Updated 5 years ago
- optional lite - A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library☆410Updated 5 months ago
- Variadic templates and std::integer_sequence support library☆111Updated 6 months ago
- Generic observable objects and reactive expressions for C++☆301Updated 3 years ago
- A fast, simple tuple implementation that implements tuple as an aggregate