Skip Navigation

Posts
1
Comments
63
Joined
2 yr. ago

  • Performance? Not really no. I believe C is slightly faster with Rust and C++ competing for second place. The benefit is safer code as Rust is built with performance and safety in mind. It highlights what potential errors can be found where making human error way less common. Instead of potential null errors types are wrapped in an option enumerator which ensures you know there can be a lack of a value. Expections are also enumerators done similarly with a result object so you know which functions may fail. Instead of using memory and potentially forgetting to free it we have the ownership system.

  • Using Jerboa still. Nice to have it from F-Droids official repo. Did use Infinity for Reddit before I deleted my account around aweek before the protest. But only the Reddit version is there currently

  • Can relate. Signal is luckily mainstream enough to bring some people in after some convincing.