from my link log —
A tour of safe tracing GC designs in Rust.
http://manishearth.github.io/blog/2021/04/05/a-tour-of-safe-tracing-gc-designs-in-rust/
saved 2021-06-19
from my link log —
Garbage collection without unsafe code in Rust.
http://fitzgeraldnick.com/2024/02/06/safe-gc.html
saved 2026-04-22 https://
Impressive real-world numbers of EDF 🇫🇷 (with its smart charging subsidiary DREEV) for charging a fleet of electric waste collection trucks:
10 MWh of charging for 10 trucks, at a cost of minus €129, by collecting otherwise wasted energy and providing grid support
#EV #Flexibility
from my link log —
Inko: Friendship ended with the garbage collector.
https://yorickpeterse.com/articles/friendship-ended-with-the-garbage-collector/
saved 2021-08-26
Rust Memory Management: Ownership vs. Reference Counting
Rust's signature achievement is memory safety without a garbage collector. It accomplishes this through a disciplined ownership system — but that system deliberately has an escape hatch: reference counting.
🦀 https://slicker.me/…
from my link log —
Inko: Friendship ended with the garbage collector.
https://yorickpeterse.com/articles/friendship-ended-with-the-garbage-collector/
saved 2021-08-26
@… Oh yes! Only the second one ensures that ./file-path is actually put into the nix store and recognised as a dependency, so it is not garbage collected eventually. Has caused me quite some headache until I understood that.
from my link log —
Garbage collection and the edge of safe Rust.
https://kyju.org/blog/tokioconf-2026/
saved 2026-04-22 https://dotat.at/:/IPTCF.h…