8 ms·
True, however I only saw this happens to achieve max perf. I have very limited experience so this is confirmation bias from my end.
by datadeft 2y ago
True, however I only saw this happens to achieve max perf. I have very limited experience so this is confirmation bias from my end.
- steveklabnik 2y agoAn example of unsafe not for performance is when interacting with hardware directly.
- deleted 2y ago[deleted]
- ycombinatrix 2y agoor the operating system! opening stdout with file handle 0 is not guaranteed safe by the compiler. there's an "unsafe" somewhere in there.