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

25 repos

Awesome GitHub RepositoriesProcess and Memory Management

Mechanisms for allocating system memory and managing the execution lifecycle of software processes.

Explore 25 awesome GitHub repositories matching operating systems & systems programming · Process and Memory Management. 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

Awesome Process and Memory Management GitHub Repositories

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

    swiftlang/swift

    69,781GitHubView on GitHub↗

    Swift is a high-performance, general-purpose programming language designed for safety and speed. It features a modular compiler front-end that transforms source code into optimized machine binaries, utilizing a value-oriented type system that prioritizes predictable state management through value and reference types. T

    C++
  • 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
  • Asabeneh/30-Days-Of-Python

    Asabeneh/30-Days-Of-Python

    58,305GitHubView on GitHub↗

    This project is a structured educational curriculum designed to guide beginners through the fundamental concepts and syntax of the Python programming language. It functions as a self-paced technical training resource, providing a curated path for individuals to acquire core software development skills through a series

    Python30-days-of-pythondatadata-science
  • mozilla/pdf.js

    mozilla/pdf.js

    52,848GitHubView on GitHub↗

    This project is a portable document rendering engine designed to parse and display complex document layouts directly within standard web browser environments. It functions as a web-native viewer that enables the presentation of documents without requiring external software or browser plugins. The engine utilizes a can

    JavaScript
  • unslothai/unsloth

    unslothai/unsloth

    52,461GitHubView on GitHub↗

    Unsloth is a high-performance training and inference platform designed to optimize the lifecycle of large language and multimodal models. It provides a comprehensive engine for fine-tuning, executing, and managing models locally, with a focus on reducing memory consumption and increasing compute speed on consumer-grade

    Pythonagentdeepseekdeepseek-r1
Prev12Next

Explore sub-tags

  • Memory Management5 sub-tagsMechanisms for allocating, tracking, and reclaiming system memory to ensure efficient and safe process execution.
  • Memory Management Systems1 sub-tagAutomated systems that manage memory lifecycle and object reclamation to prevent leaks and memory corruption.
  • Process Isolation1 sub-tagSecurity techniques that restrict process access to system resources by running them in isolated execution environments.
Runtime Schedulers1 sub-tag
Runtime components that manage the execution order and resource allocation for concurrent tasks and coroutines.