chrysante / csp
RTTI library for fast visitation and multiple dispatch
☆13Updated 2 months ago
Alternatives and similar repositories for csp:
Users that are interested in csp are comparing it to the libraries listed below
- Standalone version of the boost::unordered library☆26Updated 2 months ago
- A compiler-friendly variadic type list for C++.☆36Updated last year
- C++20 Compact Tuple Tools☆49Updated last week
- Pre-conditions, post-conditions, and assertions, all available at compile-time☆24Updated 3 years ago
- Lightweight header-only C++20 enum and typename reflection☆54Updated 2 months ago
- C++20 Unit-Testing library☆47Updated last week
- The seq library is a collection of original C++14 STL-like containers and related tools☆88Updated 6 months ago
- Single-header, ranges-compatible generator type built on C++20 coroutines☆65Updated 2 years ago
- Replacement for std::optional with efficient memory usage and additional features.☆46Updated last month
- repr for Modern C++: Return printable string representation of a value☆85Updated 4 years ago
- The Fancy Named Parameters Library☆31Updated last week
- Yet another C++ text formatting library.☆71Updated 4 months ago
- Compact SVO optimized vector for C++17 or higher☆102Updated 11 months ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆63Updated 3 months ago
- A library of type safe sets over fixed size collections of types or values, including methods for accessing, modifying, visiting and iter…☆21Updated 3 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆27Updated 7 months ago
- An indirect value-type for C++☆82Updated last year
- A fixed capacity dynamically sized string☆65Updated 2 weeks ago
- ☆49Updated 7 months ago
- Rebooting the std::bitset franchise☆44Updated last month
- Text wrapper and column formatter for C++.☆26Updated 2 years ago
- A C++14 implementation of IEEE 754 decimal floating point numbers☆29Updated last month
- A modern and (mostly) macro free mocking-framework☆32Updated this week
- MrDocs: A Clang/LLVM tool for building reference documentation from C++ code and javadoc comments.☆88Updated 2 weeks ago
- A C++ data container replicating std::queue functionality but with better performance.☆33Updated 2 months ago
- C++20 Value-oriented Metaprogramming Library☆22Updated 3 months ago
- A universal type for non-type template parameters for C++20 or later.☆27Updated 8 months ago
- C++20 and onward collection of high performance data containers and related tools☆54Updated last month
- Cross-Platform, Efficient easy to integrate crash reporting library for modern C++☆44Updated last week
- Using coroutines to implement C++ exceptions for freestanding environments