awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesTemporary Value Pointers

Mechanisms for creating pointers to temporary values that remain valid for the duration of a local function scope.

Distinguishing note: None of the candidates deal with programming language memory lifetimes or stack-based temporary pointers; they focus on access rules, file systems, or directories.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Temporary Value Pointers. Refine with filters or upvote what's useful.

Awesome Temporary Value Pointers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • c3lang/c3cAvatar de c3lang

    c3lang/c3c

    5,147Voir sur GitHub↗

    c3c is the compiler for the C3 programming language, transforming source code into executable binaries, static libraries, or dynamic libraries using an LLVM backend. It implements a system based on result-based error handling, scoped memory pooling, and a semantic macro system. The compiler provides first-class support for hardware-backed SIMD vectors that map directly to processor instructions and enables runtime polymorphism through interface-based dynamic dispatch. The project covers a broad set of low-level capabilities, including manual and pooled memory management, inline assembly inte

    C3 creates a pointer to a temporary value that remains valid until the end of the function.

    C3c3compilerlanguage
    Voir sur GitHub↗5,147
  1. Home
  2. Operating Systems & Systems Programming
  3. Temporary Value Pointers