Y
Hacker News
new
|
ask
|
show
|
jobs
by
uecker
480 days ago
Programmers will generally not put UB into code. They will create unsafe code that risks having UB to get optimal speed. This is also what Rust programmers often use unsafe for from the code I have been looking at.