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

3 repos

Awesome GitHub RepositoriesMemory Safety and Value Semantics

Explore 3 awesome GitHub repositories matching programming languages & runtimes · Memory Safety and Value Semantics. Refine with filters or upvote what's useful.

  1. Home
  2. Programming Languages & Runtimes
  3. Programming Language Varieties
  4. Programming Languages
  5. Type Systems
  6. Memory Safety and Value Semantics

Awesome Memory Safety and Value Semantics GitHub Repositories

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

    golang/go

    132,649GitHubView on GitHub↗

    Go is a statically typed, compiled programming language designed for building scalable, concurrent software. It provides a memory-safe execution environment that combines a high-performance runtime with a self-hosting compiler toolchain, enabling the creation of statically linked machine code binaries without external

    Gogogolanglanguage
  • 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++
  • AppFlowy-IO/AppFlowy

    AppFlowy-IO/AppFlowy

    68,167GitHubView on GitHub↗

    AppFlowy is a local-first knowledge base and collaborative workspace platform designed for structured information management. It functions as a modular productivity suite where users organize content through a block-based document model, allowing for flexible nesting and granular manipulation of data. The system priori

    Dartblogconfluence-alternativecontent-management

Explore sub-tags

  • Memory-Safe Core LogicApplication logic layers implemented in memory-safe environments to ensure secure and reliable data processing.
  • Memory-Safe Systems LanguagesLow-level programming languages that enforce strict memory safety and concurrency rules at the language level.
  • Reference TypesData structures that share state via object identity.
Value-Oriented
Type systems prioritizing value semantics and copy-on-write behavior.