Hermes Wiki

Language Internals

Goroutine scheduler, garbage collector, memory model, value vs pointer semantics.

Why we need this / what value this brings

Go's scheduler and GC design explain why it's the default choice for infra tooling — cheap concurrency, predictable pauses.

When to use this

Explaining a goroutine leak, or evaluating Go for a new platform tool.

How to use or implement this

Read the Go scheduler/GC design docs directly rather than secondhand summaries.

Research questions

  • (add as research surfaces open questions)

Empty folder — drop notes, links, and findings here as you research.

Hermes Wiki