top | item 44048816

(no title)

briansm | 9 months ago

Surely the point of Rust is 'safety at the price of performance' and if extra performance is required, don't use Rust. Don't bodge the language to accommodate!

discuss

order

panstromek|9 months ago

The point of rust is explicitly not 'safety at the price of performance', quite the opposite. The whole point was to create language where safety doesn't cost performance like it does in most other languages.

int_19h|9 months ago

It is not. If it were, it wouldn't even have raw pointers, for example.

briansm|9 months ago

and yet an article about a 'safe' language has code examples full of 'unsafe'... wut.