ckormanyos / wide-decimalLinks
Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.
☆52Updated last month
Alternatives and similar repositories for wide-decimal
Users that are interested in wide-decimal are comparing it to the libraries listed below
Sorting:
- C++11 compatible charconv☆31Updated last month
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 3 months ago
- Generic hash function for STL style unordered containers☆38Updated this week
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆46Updated last month
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆17Updated last year
- A fixed capacity dynamically sized string☆66Updated last month
- Some library components that didn't quite fit anywhere else...☆36Updated 9 months ago
- Compact SVO optimized vector for C++17 or higher☆104Updated last year
- 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☆51Updated 2 months ago
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆20Updated last year
- The Fancy Named Parameters Library☆31Updated 2 weeks ago
- bit-lite - C++20 bit operations for C++98 and later in a single-file header-only library☆40Updated last year
- A C++14 implementation of IEEE 754 decimal floating point numbers☆29Updated 2 months ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆27Updated 8 months ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆40Updated 2 years ago
- A library of type traits for introspecting C++ function types☆29Updated 6 years ago
- A header only structure of arrays container for C++☆41Updated 2 years ago
- Type traits for properties of C / C++ enum types☆21Updated 5 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆34Updated 4 years ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆26Updated last year
- 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 last year
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆46Updated last year
- Unique-ownership smart pointers with observable lifetime.☆36Updated last month
- C++20 SIMD Within A Register library☆39Updated 3 weeks ago
- <charconv> from Microsoft STL, but multi-platform☆38Updated 2 months ago
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆34Updated 7 months ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆66Updated 3 months ago