nicktrandafil / yenxo
Enables automatic serialization/deserialization for user defined types. Uses `boost::hana` to inject reflection
☆9Updated last year
Related projects ⓘ
Alternatives and complementary repositories for yenxo
- Container Traits for Modern C++☆28Updated 4 years ago
- Similar to python's `repr`, for c++☆32Updated 2 years ago
- Pre-conditions, post-conditions, and assertions, all available at compile-time☆23Updated 2 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆39Updated 4 years ago
- Clang C++ compiler with added meta-programming features: static reflection, metaparsing, constexpr containers, custom diagnostics☆5Updated 4 years ago
- async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded …☆28Updated 3 years ago
- Experimental library for coroutines and networking☆16Updated 6 years ago
- A task orient thread pool library for C++14 with cancellation and allocator support☆17Updated 6 months ago
- C++ library for type introspection, reflection, and scripting interface☆27Updated last year
- Comparison of C++ Serialization Libraries for Graph Data☆32Updated 2 years ago
- A compile-time header-only C++17 library for dataflow programing.☆28Updated 11 months ago
- C++17 tiny vector math library☆41Updated 11 months ago
- Lock-free concurrent work stealing deque in C++☆36Updated 6 years ago
- A small collection of Open Source utilities and convenience functions that make C++17 development happier. All code is copied from other …☆13Updated last year
- CUDA executors☆14Updated 3 years ago
- Various header libraries mostly future std lib, replacements for(e.g. visit), or some misc☆24Updated this week
- C++ interactive / live coding with Qt☆61Updated last year
- C++17 compile-time enum reflection library☆45Updated last year
- Portable UUID generation library for C++☆24Updated last year
- C++ data structure to manipulate SoA (Structure of Arrays) easily (previously named AggregateVector)☆49Updated 6 years ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals