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

1 repo

Awesome GitHub RepositoriesMemory Management Systems

Automated systems that manage memory lifecycle and object reclamation to prevent leaks and memory corruption.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Memory Management Systems. Refine with filters or upvote what's useful.

  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel and Core Internals
  4. Process and Memory Management
  5. Memory Management Systems

Awesome Memory Management Systems GitHub Repositories

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

    LadybirdBrowser/ladybird

    58,620GitHubView on GitHub↗

    Ladybird is an independent, cross-platform web browser built from the ground up with a modular architecture. It functions as a standalone application that fetches, processes, and renders web content directly from the internet. At its core, the project serves as a research platform for browser architecture, focusing on

    C++browserbrowser-engine

Explore sub-tags

  • Reference-Counting Garbage CollectorsMemory management strategies that track object references to automatically deallocate memory when usage drops to zero.