ckormanyos / wide-decimalLinks
Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.
☆53Updated 3 months ago
Alternatives and similar repositories for wide-decimal
Users that are interested in wide-decimal are comparing it to the libraries listed below
Sorting:
- Container Traits for Modern C++☆29Updated 4 years ago
- The Fancy Named Parameters Library☆33Updated 2 months ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 3 weeks ago
- Miscellaneous Useful Utilities for C++.☆30Updated last year
- C++11 compatible charconv☆31Updated last week
- C++20 SIMD Within A Register library☆40Updated 2 months ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆67Updated 3 weeks ago
- Kraken is an open-source modern math library that comes with a fast-fixed matrix class and math-related functions.☆31Updated last year
- Experimental JSON builder based on C++ reflection☆52Updated last month
- Compact SVO optimized vector for C++17 or higher☆106Updated last year
- Displayed width of UTF-8 strings in Modern C++☆47Updated 2 years ago
- A simple C++ header-only template library implementing matching using wildcards☆88Updated last year
- Generic hash function for STL style unordered containers☆38Updated last month
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆46Updated 3 months ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆54Updated 4 months ago
- A compiler-friendly variadic type list for C++.☆37Updated 2 years ago
- A utility for creating amalgamated single-header C++ libraries☆58Updated 3 years ago
- Wide-Integer implements a generic C++ template for uint128_t, uint256_t, uint512_t, uint1024_t, etc.☆201Updated last week
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆37Updated 9 months ago
- A fixed capacity dynamically sized string☆66Updated 3 months ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆14Updated 2 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆52Updated last year
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆41Updated 2 years ago
- A concise and readable metaprogramming language for C++☆60Updated 4 years ago
- <charconv> from Microsoft STL, but multi-platform☆39Updated 4 months ago
- Header-only C++ library providing compile-time functional operators that work with raw function pointers☆49Updated 2 years ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆63Updated 6 months ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆26Updated last year