Explore >> Select a destination


You are here

baatz.io
| | atilaoncode.blog
10.4 parsecs away

Travel
| | TL;DR? https://github.com/atilaneves/fearless The first time I encountered a mutex in C++ I was puzzled. It made no sense to me at all that I was locking one to protect some data and the only way to indicate what data was protected by a certain mutex was a naming convention. It seemed to me like a...
| | ricardomartins.cc
11.3 parsecs away

Travel
| | UnsafeCell is the keystone for building interior mutability types in Rust, such as Cell, RefCell, RwLock and Mutex. In this article we'll explore how it works and how it is used by those types.
| | www.ralfj.de
14.6 parsecs away

Travel
| | Some weeks ago, I described Types as Contracts as an approach for how to go about defining Rust's aliasing-related undefined behavior. One key property of this approach is that it is execut...
| | simpleprogrammer.com
104.9 parsecs away

Travel
| With Rust's popularity rising among the developer community, it is essential to ask, will Rust replace Python? Which one is best for you? And, should you start learning Rust? This article gives you a complete picture of the Rust vs. Python landscape. By the end of the article, you'll have a clear idea of what [...]