ZigaSajovic / optimizing-the-memory-layout-of-std-tuple
Optimizing the memory layout of std::tuple
☆33Updated 4 years ago
Alternatives and similar repositories for optimizing-the-memory-layout-of-std-tuple:
Users that are interested in optimizing-the-memory-layout-of-std-tuple are comparing it to the libraries listed below
- C++17 tiny vector math library☆41Updated last year
- A concise and readable metaprogramming language for C++☆59Updated 4 years ago
- ☆26Updated 4 years ago
- A clean implementation of reflection and related proposals.☆29Updated 7 years ago
- Type traits for properties of C / C++ enum types☆21Updated 5 years ago
- C++ Better Futures☆43Updated 2 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆18Updated 3 years ago
- A template for simple C++ reflection done with CMake and Python (no other external tools)☆40Updated 2 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- C++ data structure to manipulate SoA (Structure of Arrays) easily (previously named AggregateVector)☆49Updated 6 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆30Updated last week
- A light-weight C++ profiling library☆31Updated 10 years ago
- C++17 compile-time enum reflection library☆45Updated 2 years ago
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- An indirect value-type for C++☆82Updated last year
- Fixed size function wrapper like std::function