intel / safe-arithmeticLinks
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.
☆93Updated 2 months ago
Alternatives and similar repositories for safe-arithmetic
Users that are interested in safe-arithmetic are comparing it to the libraries listed below
Sorting:
- A C++20 implementation of safe (wrap around) integers following MISRA C++ rules☆79Updated last year
- Extensions to the C++ standard library. This library implements polyfills to enable library functionality from later versions of C++ to b…☆92Updated last week
- ☆39Updated 3 weeks ago
- Basic concurrency primitives for bare metal firmware running on single core microcontroller systems.☆34Updated 3 weeks ago
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆256Updated this week
- C++20 Compact Tuple Tools☆51Updated this week
- Meta programming library designed for compilation speed.☆170Updated 3 years ago
- Zoo library☆124Updated last week
- SPY - C++ Information Broker☆154Updated last week
- Replacement for std::optional with efficient memory usage and additional features.☆47Updated 3 months ago
- C++ library aiming to replace all built-in integers☆93Updated 3 weeks ago
- User-oriented fork of LLVM's opt-viewer☆140Updated 9 months ago
- Peter Sommerlad's Simple Strong Typing☆35Updated last year
- Bit containers, sequences, and views for everyone. 🕷️☆126Updated 2 years ago
- MrDocs: A Clang/LLVM tool for building reference documentation from C++ code and javadoc comments.☆93Updated 2 months ago
- A simple framework for compile-time benchmarks☆185Updated 4 years ago
- C++20 Unit-Testing library☆47Updated 2 months ago
- A C++ type to trace calls to special member functions.☆102Updated last year
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library☆157Updated 3 months ago
- ☆76Updated 2 months ago
- ☆52Updated 9 months ago
- Modern C++ Stack and Static based allocators + a Custom Aligned allocator☆100Updated last year
- Measures how parsing overweight the major STLs have become☆57Updated 4 years ago
- constexpr implementation of SHA-2 and SHA-3 family of hashes☆219Updated 5 months ago
- C++20 State Machine library☆212Updated last month
- Proposed SG14 status_code for the C++ standard☆67Updated last month
- Organization, documentation, etc. for the Beman Project,☆85Updated this week
- value types for composite class design - with allocators☆51Updated last month
- type-safe and low-boilerplate bit level serialization☆122Updated 3 years ago
- A modern C++-20 testing framework.☆51Updated last year