Conversation

Jarkko Sakkinen

one downfall (*IMHO*) of #Rust is that there is no good explicit control of #OOM. wondering if this has been improved (talking about plain user space code). #rustlang
1
0
1

@jarkko there's been methods like Vec::try_reserve on stable for some time, but yeah, this could probably be better

1
0
1
@guenther ok cool better than nothing. biggest itch for me in rust tbh :-) i like managing my memory allocation failures myself... sort of wish it was other way around...
1
0
0
@guenther I love Rust but taking the mindset that Rust is memory safe more than in marketing material is not a great idea. If the marketing material was honest it would say something like "Rust provides improved memory safety". I doubt that there ever can be literally memory safe programming language :-)
0
0
0