Explore >> Select a destination


You are here

without.boats
| | boats.gitlab.io
0.1 parsecs away

Travel
| | I'm really excited to share with you an experiment that I've been working on for the past 5 or 6 weeks. It's a Rust library called shifgrethor. shifgrethor implements a garbage collector in Rust with an API I believe to be properly memory safe. I'll be going through all of the technical details in future blog posts, so I want to kick this series off with a high level overview of the project's purpose and design decisions.
| | 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?
| | aykevl.nl
1.5 parsecs away

Travel
| | An explanation of how garbage collectors work including some pseudocode how a real GC could be implemented.
| | www.openmymind.net
30.6 parsecs away

Travel
|