eggs-cpp / invoke
A C++11/14/17/20 implementation of INVOKE and its related facilities.
☆18Updated 4 years ago
Alternatives and similar repositories for invoke:
Users that are interested in invoke are comparing it to the libraries listed below
- ☆26Updated 5 years ago
- An indirect value-type for C++☆82Updated last year
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- A C++14 reflection library☆71Updated last week
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆61Updated 4 years ago
- Boost.org unordered module☆72Updated last week
- A fixed capacity dynamically sized string☆65Updated last week
- C++20 single-header library for embedding INI configs☆60Updated 2 years ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆63Updated 3 months ago
- A C++14 and later CRTP template for defining iterators☆73Updated last week
- ☆48Updated 7 years ago
- Coroutine Support Library☆33Updated 8 months ago
- Provides run-time tuple element access☆14Updated 4 years ago
- WIP☆26Updated 5 years ago
- 🔎 Have your bits and eat them too! A C++17 bit lens container for vector types.☆21Updated 5 years ago
- A graph concurrent library for C++☆63Updated last year
- A C++ data container replicating std::queue functionality but with better performance.☆33Updated last month
- C++ components used in the project https://github.com/rnburn/bbai☆51Updated last year
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆73Updated 3 years ago
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- C++11 compatible charconv☆30Updated last week
- A never-valueless, strong guarantee implementation of std::variant☆68Updated last week
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 4 years ago
- A library of type traits for introspecting C++ function types☆29Updated 6 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- Header-only library providing unicode aware string support for C++☆107Updated 3 weeks ago
- JSON Serializer using compile time reflection☆20Updated 2 years ago
- Fixed size function wrapper like std::function☆69Updated 8 years ago
- Experimental library to test feasabiltity of go-like channels built on Asio