SomeGuyNamedMy@vlemmy.nettoProgramming@programming.dev•Does Lemmy really benefit from Rust? Is code execution speed the bottleneck?English
154·
1 year agoIf your college educated in cs, and your main issue with a codebase is the language its writen in, i have some serious questions as to how the hell you graduated
Rust is not fully memory safe like garbage collected languages due to having to use smart pointers for self referencial datastructures from my understanding