Settings

Theme

Practical Security in Production

queue.acm.org

20 points by tkhattra 22 days ago · 1 comment

Reader

MattPalmer1086 20 days ago

Cool, only a 0.3% performance impact from implementing checks like bounds checking in C++ standard lib, but large gains in reliability and security.

Interesting they note that part of the reason for the low impact is because LLVM was already good at optimising checks due to work on things like Rust. So the safer C++ code indirectly benefited from that.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection