safe_numerics
Safe numerics library
Replaces standard numeric types with exception-throwing versions to prevent undefined behavior due to integer overflow
Replacements to standard numeric types which throw exceptions on errors
210 stars
19 watching
43 forks
Language: C++
last commit: 3 months ago
Linked from 1 awesome list
boost-librariesc-plus-plusinteger-arithmeticsafe-integerssafe-numericssafety-critical
Related projects:
Repository | Description | Stars |
---|---|---|
| Provides reflection and serialization capabilities for user-defined types without boilerplate code | 1,351 |
| A set of C++ utilities to prevent bugs at compile time using the type system. | 1,545 |
| A C++ library that provides high-range and precision number types with interoperability capabilities | 202 |
| Enables seamless interoperability between C++ and the Python programming language. | 476 |
| A standard library for metaprogramming in C++ | 1,705 |
| Provides C++14-based algorithms and data structures for solving geometric problems in computational geometry | 461 |
| A C++ library providing a set of high-performance synchronization primitives to safely access shared data without locks or barriers. | 126 |
| A C++11 metaprogramming library enabling advanced template-based programming | 245 |
| A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. | 86 |
| A modern, type-safe C successor with a focus on memory safety and ease of use. | 139 |
| Provides a C++ framework for serializing and deserializing data structures to and from various formats | 122 |
| Library providing functions to mitigate security risks and improve code safety | 14 |
| A C++ unit testing framework with a wide range of features and options | 183 |
| Provides C++20 numeric algorithms for ranges | 30 |
| A collection of extended numeric data types for the GLib library | 9 |