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

3 repos

Awesome GitHub RepositoriesMemory Safety and Semantics

Language-level constructs and patterns for ensuring valid memory access and safe data borrowing, distinct from runtime allocation management.

Explore 3 awesome GitHub repositories matching operating systems & systems programming · Memory Safety and Semantics. 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
  6. Memory Safety and Semantics

Awesome Memory Safety and Semantics GitHub Repositories

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

    rust-lang/rust

    110,533GitHubView on GitHub↗

    Rust is a programming language designed for memory safety and performance. It provides a comprehensive curriculum that covers fundamental syntax, memory management, and advanced programming paradigms, including support for functional and object-oriented styles. The language features a strong type system that enforces m

    Rustcompilerlanguagerust
  • obsproject/obs-studio

    obsproject/obs-studio

    70,458GitHubView on GitHub↗

    This project is a professional live video production suite designed for capturing, encoding, and broadcasting high-quality media. At its core, it features a real-time media processing engine that utilizes hardware acceleration to composite multiple audio and video sources with minimal latency. The application provides

    Ccc-plus-plusdirectshow
  • 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++

Explore sub-tags

  • Cross-Language Memory ManagersTools that manage object references and memory pools to prevent leaks when sharing data across languages.
  • Memory SafetyConceptual frameworks and practices focused on identifying and mitigating memory-related safety risks.
  • Mutable ReferencesMechanisms that allow for the modification of borrowed data within a memory-safe environment.
Reference Type Mappings
Systems that map external types to reference types to ensure stable object identification across boundaries.