Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

RefCell has an internal semaphore. It's used specifically for multi threaded scenarios.

If someone is writing a multi threaded C app, they will likely be using semaphores as well. At least, they should be. Rust just enforces it.

So, I wouldn't say rust is "slower" in the regard.



Iirc RefCell is marked !Sync, I thought Mutex was the multithreadong analog?


That's correct.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: