|
You are here |
boats.gitlab.io | ||
| | | | |
www.sebastiansylvan.com
|
|
| | | | | [AI summary] The author discusses design principles for modern, high-performance garbage-collected languages, contrasting approaches like C++, Rust, Java, and Go regarding memory ownership, per-thread heaps, and tracing versus reference counting. | |
| | | | |
coredumped.dev
|
|
| | | | | 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? | |
| | | | |
without.boats
|
|
| | | | | [AI summary] The author introduces Shifgrethor, a research-grade Rust library implementing a precise tracing garbage collector via a safe API for handling complex data structures like cyclic graphs. | |
| | | | |
bwspotlight.com
|
|
| | | 3 posts published by ShadowWing Tronix on June 13, 2024 | ||