Explore >> Select a destination


You are here

wingolog.org
| | without.boats
3.5 parsecs away

Travel
| | [AI summary] The post explains the overview and implementation of a tracing garbage collector in Rust, specifically within the Shifgrethor project, covering concepts like rooted memory, mark-and-sweep phases, and linked list structures.
| | aykevl.nl
4.2 parsecs away

Travel
| | An explanation of how garbage collectors work including some pseudocode how a real GC could be implemented.
| | crawshaw.io
4.5 parsecs away

Travel
| | [AI summary] A technical analysis of the limitations and potential use cases for finalizers in Go's garbage collection system.
| | frederickvanbrabant.com
31.2 parsecs away

Travel
| Microservices can solve a lot of architectural problems, and sometimes create a few fun new ones. A big problem however is connecting these services to each other. Can GRPC lend a hand here?