rmettler / cpp_delegates
Lightweight function wrappers able to store and invoke any callable target without the caller having to know the details of the callee. A more performant alternative to std::function, no undefined behavior and configurable behavior when called empty.
☆11Updated 3 months ago
Alternatives and similar repositories for cpp_delegates:
Users that are interested in cpp_delegates are comparing it to the libraries listed below
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆45Updated 2 months ago
- Compact SVO optimized vector for C++17 or higher☆98Updated 8 months ago
- KISS C++20 Type Reflection using IFC files☆49Updated 7 months ago
- Lightweight header-only C++20 enum and typename reflection☆54Updated this week
- Recursive Variant: A simple library for Recursive Variant Types☆82Updated 3 years ago
- C++ Better Futures☆42Updated 2 years ago
- C++20 Unit-Testing library☆42Updated 3 months ago
- ☆41Updated 4 months ago
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆80Updated last month
- An indirect value-type for C++☆82Updated last year
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆27Updated 4 months ago
- A C++ data container replicating std::queue functionality but with better performance.☆30Updated 2 months ago
- A header only structure of arrays container for C++☆41Updated last year
- reflection in c++ for json de/serialization☆41Updated last year
- C++20 Dynamic Reflection Library☆136Updated this week
- Boost.PFR without the boost namespaces☆67Updated last year
- Type preserving dynamic heterogeneous containers for C++.☆18Updated 5 years ago
- Text wrapper and column formatter for C++.☆25Updated last year
- Single-header, ranges-compatible generator type built on C++20 coroutines☆64Updated last year
- B++ Tree☆65Updated 6 months ago
- The seq library is a collection of original C++14 STL-like containers and related tools☆87Updated 4 months ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- stl-like algorithms for TYPES☆31Updated last year
- Standalone version of the boost::unordered library☆24Updated last month
- C++20 SQLite wrapper with an expressive code that runs fast☆26Updated 4 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆33Updated 3 years ago
- CMake wrapper around the cppfront repository☆77Updated 3 months ago
- P0323 & P2505 std::expected simple implementation☆39Updated last year
- Polymorphic memory resource for real-time applications.☆65Updated last year
- simple ray tracing library focusing on good code☆54Updated 11 months ago