/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

verdagon.dev
| | educatedguesswork.org
4.5 parsecs away

Travel
| | [AI summary] The text discusses Rust's memory and thread safety mechanisms, emphasizing their shared principles. It highlights how Rust enforces single ownership, clear contracts, and prevents simultaneous access to shared data. Topics include references, lifetimes, thread safety, and tools like Mutex and Arc for safe concurrency. The text also touches on Rust's approach to garbage collection and its implications for memory management.
| | thenumb.at
4.5 parsecs away

Travel
| |
| | borretti.me
2.6 parsecs away

Travel
| | A survey of type systems for memory safety.
| | initialcommit.com
19.4 parsecs away

Travel
| This tutorial shows several ways for reading input from a console in Java.