Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Read more about Rust

1 view
Skip to first unread message

amin...@gmail.com

unread,
Sep 15, 2019, 10:22:38 AM9/15/19
to
Hello,


Read more about Rust:


You will notice by reading the following that by taking
a mutable referenced to a variable, you will notice that
you can not after that read or write to the variable, and
i think that this will lesser parallelism in scenarios that
you have more parallelism, so it is like the Read-Write Lock pattern,
so i think to higher parallelism in those scenarios you have to go
to unsafe Rust and this is not good.

Read the following to notice it:

https://manishearth.github.io/blog/2015/05/17/the-problem-with-shared-mutability/


Also with Rust there is no deadlock detection.


Thank you,
Amine Moulay Ramdane.

0 new messages