tirimatangi / LazyExpressionLinks
Variadic recursive expression templates with lazy evaluation which look like ordinary (possibly nested) containers.
☆17Updated 2 years ago
Alternatives and similar repositories for LazyExpression
Users that are interested in LazyExpression are comparing it to the libraries listed below
Sorting:
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆53Updated 6 months ago
- A C++14 Implementation of IEEE 754 Decimal Floating Point Numbers☆47Updated this week
- 🔎 Have your bits and eat them too! A C++17 bit lens container for vector types.☆22Updated 5 years ago
- C++11 compatible charconv☆31Updated this week
- Header only associative linear container.☆42Updated last year
- The Fancy Named Parameters Library☆36Updated last week
- C++20 and onward collection of high performance data containers and related tools☆57Updated last week
- A C++ data container replicating std::queue functionality but with better performance.☆35Updated 3 months ago
- Container Traits for Modern C++☆30Updated 5 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 4 years ago
- Finite State Machine using C++20 coroutines with symmetric transfer☆93Updated 2 years ago
- A wrapper of common C++ std types for functional programming☆22Updated 2 years ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…