top | item 43388181

(no title)

datadeft | 11 months 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.

discuss

order

steveklabnik|11 months ago

An example of unsafe not for performance is when interacting with hardware directly.

ycombinatrix|11 months ago

or the operating system!

opening stdout with file handle 0 is not guaranteed safe by the compiler. there's an "unsafe" somewhere in there.