intel / safe-arithmetic
Safe arithmetic library for C++20 and above. Safe arithmetic ensures correctness of arithmetic operations at compile-time. It protects against overflow, underflow, divide by zero, and out-of-bounds index access. This provides both functional correctness as well as greater protection against related security threats.
☆90Updated 2 weeks ago
Alternatives and similar repositories for safe-arithmetic:
Users that are interested in safe-arithmetic are comparing it to the libraries listed below
- Extensions to the C++ standard library. This library implements polyfills to enable library functionality from later versions of C++ to b…☆78Updated this week
- A C++20 implementation of safe (wrap around) integers following MISRA C++ rules☆77Updated last year
- ☆36Updated last week
- ☆76Updated 2 months ago
- Rust 2018 and C++20, "constexpr everything", AUTOSAR compliant header-only library intended to support the development of critical system…☆100Updated 3 years ago
- Basic concurrency primitives for bare metal firmware running on single core microcontroller systems.☆29Updated 2 weeks ago
- type-safe and low-boilerplate bit level serialization☆122Updated 3 years ago
- Meta programming library designed for compilation speed.☆171Updated 2 years ago
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆210Updated last week
- C++20 Compact Tuple Tools☆49Updated 3 months ago
- constexpr implementation of SHA-2 and SHA-3 family of hashes☆210Updated 2 months ago
- MrDocs: A Clang/LLVM tool for building reference documentation from C++ code and javadoc comments.☆86Updated this week
- C++20 Static Branch library☆52Updated this week
- Modern C++ Stack and Static based allocators + a Custom Aligned allocator☆96Updated 11 months ago
- simple ray tracing library focusing on good code☆56Updated last year
- C++20 [Minimal] Static Perfect Hash library☆190Updated last month
- Common Package Specification — A cross-tool mechanism for locating software dependencies☆118Updated 3 months ago
- Zoo library☆120Updated last week
- C++ library aiming to replace all built-in integers☆93Updated 2 weeks ago
- A C++ type to trace calls to special member functions.☆99Updated 10 months ago
- value types for composite class design - with allocators☆45Updated this week
- SPY - C++ Information Broker☆154Updated 3 months ago
- Bit containers, sequences, and views for everyone. 🕷️☆122Updated 2 years ago
- ☆61Updated 6 months ago
- Polymorphic memory resource for real-time applications.☆66Updated last year
- A safe and fast high-level and low-level character input/output library for bare-metal and RTOS based embedded systems with a very small …☆146Updated 3 weeks ago
- Peter Sommerlad's Simple Strong Typing☆34Updated last year
- Replacement for std::optional with efficient memory usage and additional features.☆44Updated last week
- A Header only, constexpr / compile time small table based CRC library.☆22Updated 2 years ago
- Coroutine support tools☆33Updated 5 months ago