ckormanyos / wide-decimal
Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.
☆51Updated 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
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆45Updated 9 months ago
- Container Traits for Modern C++☆28Updated 4 years ago
- C++11 compatible charconv☆29Updated 2 weeks ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆65Updated 2 weeks ago
- Generic hash function for STL style unordered containers☆34Updated 2 months ago
- File/Directory Watcher for Modern C++☆83Updated 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 9 months ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆28Updated 5 months ago
- bit-lite - C++20 bit operations for C++98 and later in a single-file header-only library☆40Updated last year
- A C++ data container replicating std::queue functionality but with better performance.☆31Updated 2 weeks ago
- Some library components that didn't quite fit anywhere else...☆35Updated 6 months ago
- Wide-Integer implements a generic C++ template for uint128_t, uint256_t, uint512_t, uint1024_t, etc.☆194Updated last month
- A fixed capacity dynamically sized string☆64Updated 3 months ago
- A C++ header-only ZLib / libBZ2 / libLZMA / Zstandard wrapper.☆52Updated last month
- The Fancy Named Parameters Library☆30Updated 4 months ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆22Updated 5 years ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆40Updated 2 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆33Updated 3 years ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆61Updated last month
- Using coroutines to implement C++ exceptions for freestanding environments☆73Updated 3 months ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- A compiler-friendly variadic type list for C++.☆36Updated last year
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆18Updated 3 years ago
- Rebooting the std::bitset franchise☆44Updated last week
- Type traits for properties of C / C++ enum types☆21Updated 5 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆14Updated 11 months ago
- A C++14 and later CRTP template for defining iterators☆71Updated 2 weeks ago
- A C++14 implementation of IEEE 754 decimal floating point numbers☆26Updated this week
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆20Updated 11 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