/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

tschatzl.github.io
| | dave.cheney.net
4.5 parsecs away

Travel
| | [AI summary] The article uses an office coffee machine analogy to explain the mechanics of concurrent garbage collection in computer science.
| | blog.ragozin.info
4.9 parsecs away

Travel
| | Stop the world pauses of JVM due to work of garbage collector are known foes of java based application. HotSpot JVM has a set of very advanc...
| | blog.codingconfessions.com
4.6 parsecs away

Travel
| | Exploring the concurrency, debugging, and performance upgrades that make Python 3.14 special.
| | coredumped.dev
26.8 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?