ISO C++ WG21 committee still refuses to fix C++ exceptionsyoutube.com1 points·by expnkx·5 yıl önce·0 comments
C++ Linux Kernel Module with C++20 concepts fast_io libraryyoutube.com1 points·by expnkx·5 yıl önce·0 comments
C++ exception handling is a billion-dollar historical mistakeyoutube.com1 points·by expnkx·5 yıl önce·0 comments
Fast_io and refterm v2 is 46548 times faster than stdio.h and cmdreddit.com1 points·by expnkx·5 yıl önce·0 comments
Fast_io and refterm v2 is 46548 times faster than stdio.h and cmdyoutube.com1 points·by expnkx·5 yıl önce·1 comments
Unsafe Hell Code review of “Rust for Linux” GitHub projectyoutube.com5 points·by expnkx·5 yıl önce·0 comments
Why are Rust advocators like Alex Gaynor and Ryan Levick wrong?github.com7 points·by expnkx·5 yıl önce·0 comments
expnkx·5 yıl önce·discusshttps://www.youtube.com/watch?v=grWw7j54KEYhttps://github.com/tearosccebe/fast_io
expnkx·5 yıl önce·discussIf you want safety. you can just use _GLIBCXX_ASSERTIONS https://godbolt.org/z/eThdeW3MvIt gives you all bounds checking you need.In fact, a lot of Linux distributions (like Fedora) built all packages with _GLIBCXX_ASSERTIONS by default.