Abdessalem Arous
Achievements
Year | Tournament | Place | Weight class |
---|---|---|---|
2001 | African Judo Championships | 3rd | Half middleweight (81 kg) |
2000 | African Judo Championships | 2nd | Half middleweight (81 kg) |
gollark: i.e. if I tried to just pass a mutable reference to a map to all of the stuff I run in different threads, it'd be a compiler error, so instead it's a `Arc<Mutex<T>>`.
gollark: Well, you can spawn threads, and the type system prevents weirdness with concurrency.
gollark: Oh, and Rust has that nice thing where you can't keep around both a mutable reference and immutable references to stuff.
gollark: I'm not a C++ologist, so what happens if you, say, allocate a hash map in a function, then return a reference to an element in that hashmap?
gollark: Not really. Any pointer handling or whatever can be unsafe.
References
- "Profile: Abdessalem Arous". SR/Olympic Sports. Archived from the original on 2020-04-18. Retrieved 2011-03-14.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.