cppfastio / fast_io

Freestanding fast input/output for C++20
MIT License
663 stars 55 forks source link

Todo: Support clangir based safe C++ #952

Closed trcrsired closed 3 days ago

trcrsired commented 3 days ago

https://discourse.llvm.org/t/rfc-a-clangir-based-safe-c/83245

fast_io's new container design has builtin bounds checking by default. It would be great to use it directly in environment like this to achieve 100% memory safety guarantee