ckormanyos / wide-integerLinks
Wide-Integer implements a generic C++ template for uint128_t, uint256_t, uint512_t, uint1024_t, etc.
☆212Updated 3 weeks ago
Alternatives and similar repositories for wide-integer
Users that are interested in wide-integer are comparing it to the libraries listed below
Sorting:
- Fast C++ container combining the best features of std::vector and std::deque☆129Updated last year
- C++ small containers☆148Updated this week
- Compile-time Huffman coding compression using C++20☆173Updated 4 years ago
- C++11 library that provides several new or lesser-known containers, like flat_map/set, small_map/set, static_map/set, small_vector, stati…☆145Updated 3 weeks ago
- C++14 code to convert integers to strings at compile-time☆121Updated last year
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆185Updated 2 weeks ago
- A C++ parser combinator library.☆162Updated last month
- A single header standard C++ serialization framework.☆199Updated 4 years ago
- C++11 (and onwards) library for lazy evaluation☆363Updated 3 weeks ago
- constexpr implementation of SHA-2 and SHA-3 family of hashes☆228Updated 3 months ago
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆54Updated 9 months ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆165Updated last week
- ☆125Updated 4 years ago
- A micro microbenchmarking library for C++11 in a single header file☆226Updated last month
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆67Updated last month
- A C++ high level library for running shell processes☆205Updated 5 months ago
- C++ utilities☆144Updated last month
- A C++14 compile-time/constexpr map and hash map with minimal binary footprint☆222Updated 3 years ago
- tser - tiny serialization for C++☆146Updated 4 years ago
- C++17 string with fixed size☆116Updated 4 months ago
- A collection of std-like single-header C++ libraries☆198Updated last month
- Using coroutines to implement C++ exceptions for freestanding environments☆75Updated 6 months ago
- Simple Useful Libraries: C++17/20 header-only dynamic bitset☆173Updated this week
- A header-only, unobtrusive, almighty alternative to the C++ switch statement that looks just like the original.☆101Updated 2 years ago
- Boost.PFR without the boost namespaces☆76Updated 6 months ago
- Light, fast, threadpool for C++20☆110Updated 2 years ago
- Scope Guard & Defer C++☆181Updated last year
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆148Updated last year
- Replacement for std::optional with efficient memory usage and additional features.☆51Updated 10 months ago
- Read JSON, YAML, TOML, XML or INI configuration by declaring a struct☆116Updated 6 months ago