awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Tracing · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesTracing

Mark-and-sweep collectors for heap memory management.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Tracing. Refine with filters or upvote what's useful.

  1. Home
  2. Programming Languages & Runtimes
  3. Runtime Execution Environments
  4. Runtime Environments
  5. Runtime Internals and Foundations
  6. Garbage Collectors
  7. Tracing

Awesome Tracing GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • golang/go

    golang/go

    132,649GitHubView on GitHub↗

    Go is a statically typed, compiled programming language designed for building scalable, concurrent software. It provides a memory-safe execution environment that combines a high-performance runtime with a self-hosting compiler toolchain, enabling the creation of statically linked machine code binaries without external

    Implements a concurrent mark-and-sweep collector that reclaims unreachable heap objects for low-latency memory management.

    Gogogolanglanguage