awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesMemory Safety Validators

Mechanisms for validating pointer lifecycles and memory access to prevent corruption during rendering operations.

Distinct from Memory Layout Optimizations: Distinct from Memory Layout Optimizations: focuses on safety and lifecycle validation rather than cache-efficient data organization.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Memory Safety Validators. Refine with filters or upvote what's useful.

Awesome Memory Safety Validators GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • mozilla-firefox/firefoxAvatar von mozilla-firefox

    mozilla-firefox/firefox

    11,305Auf GitHub ansehen↗

    Firefox is a cross-platform web browser engine designed to render web content, execute JavaScript, and manage secure browsing sessions. It utilizes a multi-process isolation architecture that distributes browser tasks across independent operating system processes to ensure stability and prevent site-specific failures from impacting the entire application. The engine incorporates a sandboxed execution environment to restrict web content and untrusted scripts to isolated memory compartments, enforcing security policies that prevent unauthorized access to system resources. The project distinguis

    Validates pointer lifecycles during layout operations to ensure objects are not destroyed while still in use by the rendering engine.

    JavaScript
    Auf GitHub ansehen↗11,305
  • rust-lang/miriAvatar von rust-lang

    rust-lang/miri

    5,914Auf GitHub ansehen↗

    Enforces Rust's abstract machine rules including pointer provenance, aliasing, and validity invariants during execution.

    Rust
    Auf GitHub ansehen↗5,914
  1. Home
  2. Software Engineering & Architecture
  3. Memory Layout Optimizations
  4. Memory Safety Validators

Unter-Tags erkunden

  • Abstract Machine EnforcersRuntime validators that enforce a language's abstract machine rules including pointer provenance, aliasing, and validity invariants. **Distinct from Memory Safety Validators:** Distinct from Memory Safety Validators: enforces the full abstract machine semantics (provenance, aliasing, validity) rather than just pointer lifecycle safety.