GaryHughes / stddecimal
An implementation of the proposed C++ std::decimal
☆22Updated 7 months ago
Alternatives and similar repositories for stddecimal:
Users that are interested in stddecimal are comparing it to the libraries listed below
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆64Updated last week
- A C++14 and later CRTP template for defining iterators☆71Updated this week
- another c#-like property accessor for C++11 and above.☆20Updated 3 months ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆40Updated 2 years ago
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆48Updated 8 months ago
- P0323 & P2505 std::expected simple implementation☆39Updated last year
- Recursive Variant: A simple library for Recursive Variant Types☆82Updated 3 years ago
- A library of type traits for introspecting C++ function types☆28Updated 5 years ago
- Container Traits for Modern C++☆28Updated 4 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- std::invoke/std::apply analogs for C++11/14☆41Updated 2 years ago
- Optimized C++20/23 vectors, strings with in class buffer storage, and utility algorithms☆12Updated 3 weeks ago
- Cut down and minimalistic C++ string formatting library☆26Updated last year
- Flat containers for C++☆59Updated 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
- A C++ data container replicating std::queue functionality but with better performance.☆30Updated last week
- The C++ Mixin Support Library: Sandwich Mixins all the way☆40Updated last year
- Advanced Reflection and Serialization Library in C++26♦️☆13Updated 9 months ago
- Header-only pure C++11 library providing signal and slot functionality☆17Updated 5 years ago
- Portable UUID generation library for C++☆26Updated last year
- Header-only C++17 library for evaluating logical expressions.☆85Updated 3 years ago
- Single-header library facilities for C++2a Coroutines☆80Updated 3 years ago
- A header-only C++20 library of fast delegates and events☆25Updated last year
- Text encoding for modern C++☆30Updated 3 years ago
- Modern C++ generic header-only template library.☆102Updated 2 years ago
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆45Updated 8 months ago
- Open-hierarchy Fast RTTI framework for C++17 and up with support for multiple inheritance and dynamic casting.☆39Updated 2 years ago
- C++20 implementation of {{ mustache }}☆84Updated 3 months ago
- A compiler-friendly variadic type list for C++.☆36Updated last year
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆46Updated 3 months ago