GaryHughes / stddecimalLinks
An implementation of the proposed C++ std::decimal
☆25Updated last year
Alternatives and similar repositories for stddecimal
Users that are interested in stddecimal are comparing it to the libraries listed below
Sorting:
- C++20 implementation of {{ mustache }}☆86Updated 10 months ago
- An indirect value-type for C++☆84Updated 2 years ago
- Library of backported modern C++ types to work with C++11☆85Updated 4 months ago
- C++20 SQLite wrapper with an expressive code that runs fast☆26Updated 5 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☆49Updated last year
- A modern and (mostly) macro free mocking-framework☆44Updated last week
- Meta C++ Library and Tool☆83Updated 2 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆68Updated 2 months ago
- A C++14 reflection library☆76Updated 2 weeks ago
- A C++ library for localization using GNU gettext po files, based on boost spirit☆50Updated 4 years ago
- A modern, fast, structured logging framework in C++☆60Updated 2 years ago
- A custom implementation of the C++17 'string_view' back-ported to c++11☆42Updated 3 years ago
- List-initialize containers with proper move semantics☆30Updated 6 months ago
- A C++ data container replicating std::queue functionality but with better performance.☆35Updated 2 months ago
- Header-only C++17 library for evaluating logical expressions.☆86Updated 3 years ago
- <charconv> from Microsoft STL, but multi-platform☆39Updated 5 months ago
- String facilities for C++98 and later - a library in search of its identity. Note: renamed from string-lite to make place for string-bare…☆24Updated 2 weeks ago
- A modern C++ library for type-safe environment variable parsing☆148Updated 10 months ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated last year
- The RStein.AsyncCpp library is a set of types that should be familiar for anyone who knows the Task Parallel Library (TPL) for .NET (C#).☆32Updated 3 years ago
- Lightweight header-only C++20 enum and typename reflection☆79Updated 2 months ago
- C++ command line argument parsing and routing☆52Updated last year
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…