jamboree / polytail
Rust-like trait-based polymorphism for C++
☆9Updated 2 years ago
Alternatives and similar repositories for polytail
Users that are interested in polytail are comparing it to the libraries listed below
Sorting:
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆19Updated 3 years ago
- C++ static vector class template. Also might be known as fixed vector or on-stack vector.☆13Updated 2 years 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++ compile-time programming (serialization, reflection, code modification, enum to string, better enum, enum to json, extend or parse l…☆41Updated 3 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆16Updated last year
- c++17 single header library for constructing and populating classes inline☆7Updated 5 years ago
- C++ Testing using spies and fakes for isolation and simulation☆10Updated 6 years ago
- ☆26Updated 5 years ago
- C++ build system that uses C++ for build configuration.☆17Updated 2 weeks ago
- C++ components used in the project https://github.com/rnburn/bbai☆51Updated last year
- Container Traits for Modern C++☆29Updated 4 years ago
- Multi-format serialization library (JSON, XML, YAML, CSV, MsgPack)☆16Updated last week
- A C++20 serialization library (cereal fork)☆29Updated 2 years ago
- A C++17 library for parsing and executing expressions. Allows easy exposure of variables and functions from C++ through built-in reflecti…☆27Updated last year
- meta-programming, C++11☆16Updated 2 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆33Updated 2 months ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆29Updated 8 months ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆14Updated 2 years ago
- Type traits for properties of C / C++ enum types☆21Updated 5 years ago
- stl-like algorithms for TYPES☆31Updated last year
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆34Updated 4 years ago
- A clean implementation of reflection and related proposals.☆29Updated 7 years ago
- Yet Another C++ Library☆20Updated last year
- Read-Compile-Run-Loop: tiny and powerful interactive C++ compiler (REPL)☆20Updated 3 years ago
- C++ Better Futures☆44Updated 2 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