Skip to content
#

safe

Here are 20 public repositories matching this topic...

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.

  • Updated Mar 20, 2025
  • C++
RecursionBot

RecurionBot is a safe tool that quickly creates a VM to test recursive equations. Forkbomb safety + resource limiting is included as a key feature. IMPORTANT USAGE NOTES: Only run when you have extra bandwidth. Limit the VM to a certain number of uses/certain recurse count to prevent server overload.

  • Updated Mar 23, 2021
  • C++

Improve this page

Add a description, image, and links to the safe topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the safe topic, visit your repo's landing page and select "manage topics."

Learn more