Explore >> Select a destination


You are here

without.boats
| | coredumped.dev
1.9 parsecs away

Travel
| | In my last post I introduced an Emacs Lisp VM I was writing in Rust. My stated goal at the time was to complete a garbage collector. I think Rust has some really interesting properties that will make building garbage collectors easier and safer. Many of the techniques used in my GC are not original and have been developed by other Rustaceans in previous projects. Updated: 2022-09-06 Why use garbage collection?
| | wingolog.org
3.2 parsecs away

Travel
| | wingolog: article: the last couple years in v8's garbage collector
| | manishearth.github.io
3.1 parsecs away

Travel
| | I've been thinking about garbage collection in Rust for a long time, ever since I started working on Servo's JS layer. I've designed a GC library, ...
| | nora.codes
22.7 parsecs away

Travel
| [AI summary] The article explains the concept of 'unsafe' in Rust, clarifying that it allows specific low-level operations while maintaining overall memory safety through the language's type system and safe abstractions.