garbage-collector

Tag

Cards List
#garbage-collector

Watching Go's new garbage collector move through the heap

Lobsters Hottest · 2026-07-24 Cached

Go 1.26 makes Green Tea the default garbage collector, improving cache-friendliness. This article visualizes heap allocation with Go and C#, and discusses challenges with non-moving collectors and sparse pages.

0 favorites 0 likes
#garbage-collector

Tune Code Before Your Garbage Collector

Hacker News Top · 2026-07-08 Cached

Benchmarking shows that optimizing Java code (e.g., reducing SLF4J logging) has a far greater impact on latency than choosing a garbage collector, especially at high percentiles.

0 favorites 0 likes
#garbage-collector

Python 3.14 compiled to metal – no interpreter

Hacker News Top · 2026-07-06 Cached

pon is a new JIT and ahead-of-time compiler for Python 3.14, written in Rust, that compiles Python directly to machine code without an interpreter or bytecode, using a garbage collector instead of reference counting.

0 favorites 0 likes
#garbage-collector

Unix GC Remastered

Hacker News Top · 2026-06-10 Cached

A detailed walkthrough of the Linux kernel's AF_UNIX garbage collector rewrite, explaining the background, the new graph-based model, and a Use-After-Free bug.

0 favorites 0 likes
← Back to home

Submit Feedback