🚮 Oh joy, yet another groundbreaking GitHub issue about a "green tea" garbage collector that promises to save the world from memory leaks🍵, if only anyone could stay awake long enough to care. Meanwhile, GitHub Copilot is still trying to figure out what to do with all this hot air♨️ and more security holes than a sieve🔍.
https://github.com/golang/go/issues/73581 #GitHubIssues #GreenTea #GarbageCollector #MemoryLeaks #GitHubCopilot #HackerNews #ngated
runtime: green tea garbage collector · Issue #73581 · golang/go

Green Tea 🍵 Garbage Collector Authors: Michael Knyszek, Austin Clements Updated: 2 May 2025 This issue tracks the design and implementation of the Green Tea garbage collector. As of the last update...

GitHub
The very first software introduced to sentient beings was the simple prayers taught to everyone since Ceremonial Burial. #GarbageCollector #CleanYourMess
Mais um dia de passagem do garbage collector - Retrópolis

Clube do MS-DOS e assemelhados Raymond Chen fala de alguma coisa envolvendo a primeira década do Windows, já sabe, né? A gente para e lê. Agora, por exemplo, ele está falando dos usos dos ícones do moricons.dll, dos programas DOS que usam ícones no progman.exe e dos programas DOS que usam ícones no moricons.dll. Porque

Retrópolis - A cidade dos clássicos
Garbage Collector: A Deep Dive

In Java, the Garbage Collector (GC) is one of the most important components. Gerrit Grunwald gave a talk about GC in June 2024 on JNation, with a very didactic way of understanding in depth how it works. Let’s see some highlights from his talk.

High-Level Developer

Looking forward to playing with #JuliaLang 1.12, notably,

* Static, AOT, compilation with #juliac
* The #JET-based language server
* The #MMTK-based immix #GarbageCollector

https://youtu.be/17aNGIoSp5M?si=DQx0ry2tIwJk2kWo

#JuliaDispatch

This month in Julia world 2025-02 with the Julia Dispatch hosts

YouTube
Sabadaço do Garbage Collector de Retrópolis - Retrópolis

Ken Shirriff x Pentium Sim, isso mesmo, Ken Shirriff resolveu se meter nas profundezas do Pentium. Tem ele debulhando o ponto flutuante, os circuitos de adição, os circuitos de multiplicação por três e até mesmo os circuitos de microcódigo. E ainda teve tempo de escrever sobre a origem e a evolução do termo "mainframe". Links,

Retrópolis - A cidade dos clássicos
Garbage Collector Saves Newborn From Dumpster - Now He Wants To Adopt Her

A garbage collector in Rio de Janeiro made a life-changing discovery during his night shift when he found a newborn baby abandoned in a box near a dumpster.

Sunny Skyz

G1 (Garbage First) GCUsage: General-purpose, large heap applications.Mechanism: Divides the heap into regions and focuses on collecting regions with the most garbage first.

Read more 👉 https://lttr.ai/AYt41

#GC #Java #JVM #garbageCollector #JvmMicrosoftContainerize #GarbageCollector #UltraLowLatencyApplications #ImportantComponents #DeepDiveDevjava #KeepingPauseTimes

Garbage Collector: A Deep Dive

In Java, the Garbage Collector (GC) is one of the most important components. Gerrit Grunwald gave a talk about GC in June 2024 on JNation, with a very didactic way of understanding in depth how it works. Let’s see some highlights from his talk.

High-Level Developer

Parallel GCUsage: Multi-threaded applications.Mechanism: Uses multiple threads to speed up GC operations, reducing pause times compared to Serial GC.

Read more 👉 https://lttr.ai/AUufr

#GC #Java #JVM #garbageCollector #JvmMicrosoftContainerize #GarbageCollector

Garbage Collector: A Deep Dive

In Java, the Garbage Collector (GC) is one of the most important components. Gerrit Grunwald gave a talk about GC in June 2024 on JNation, with a very didactic way of understanding in depth how it works. Let’s see some highlights from his talk.

High-Level Developer
Writing a .NET Garbage Collector in C#  -  Part 2

In the first part, we prepared the project and fixed an initialization issue caused by the NativeAOT toolchain. In this second part, we’re going to start the implementation of our GC. The target for now is to build the simplest possible GC that can run basic .NET applications. This GC will only allocate memory and never free it, similar to Konrad Kokosa’s bump-pointer GC. The first step is to write the native interfaces we’re going to need.

minidump.net