/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

www.shironekolabs.com
| | without.boats
1.3 parsecs away

Travel
| | [AI summary] The post explains the overview and implementation of a tracing garbage collector in Rust, specifically within the Shifgrethor project, covering concepts like rooted memory, mark-and-sweep phases, and linked list structures.
| | blog.pnkfx.org
1.9 parsecs away

Travel
| | This post is a prequel to a series of posts discussing why garbage collection is hard, especially for Rust, and brainstorming about solutions to the ...
| | www.wingolog.org
2.3 parsecs away

Travel
| | wingolog: article: blocks and pages and large objects
| | ricardomartins.cc
16.1 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.