awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesShared Memory Instance Deployments

Deployment patterns that run multiple independent applications within a single process memory space.

Distinct from Shared Memory Management: Distinct from general shared memory management: focuses on the deployment of isolated application instances within a shared memory process.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Shared Memory Instance Deployments. Refine with filters or upvote what's useful.

Awesome Shared Memory Instance Deployments GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • nocobase/nocobaseAvatar nocobase

    nocobase/nocobase

    21,542Vezi pe GitHub↗

    This platform is a modular, metadata-driven framework designed for building custom business applications and data management systems without traditional coding. It functions as a low-code environment where data models, user interfaces, and business logic are defined through visual configurations rather than hardcoded views. The architecture supports multi-tenant isolation, allowing multiple independent applications to run within a single shared memory space while maintaining strict logical separation of data and configurations. What distinguishes this system is its deep integration of artific

    Runs multiple independent applications within a single process and memory space to optimize resource usage.

    TypeScriptadmin-dashboardairtableapp-builder
    Vezi pe GitHub↗21,542
  • flutter/samplesAvatar flutter

    flutter/samples

    19,172Vezi pe GitHub↗

    This is a comprehensive library of code examples and reference implementations for building cross-platform user interfaces with Flutter. The project provides a collection of demo applications and guides designed to illustrate the implementation of design patterns, animation techniques, and testing workflows. The repository features specific demonstrations for native integration, including examples of embedding modules into existing native applications, using platform channels, and bridging native code with the framework. It also serves as an animation reference, providing implementations for

    Implements the deployment of several independent rendering engines within a single application to display multiple views.

    Dart
    Vezi pe GitHub↗19,172
  • nasa/fprimeAvatar nasa

    nasa/fprime

    10,766Vezi pe GitHub↗

    F Prime este un framework bazat pe componente, conceput pentru dezvoltarea și implementarea software-ului pentru sisteme embedded și zbor spațial. Acesta oferă o arhitectură modulară care decuplează logica software de interfețele de comunicare, permițând dezvoltatorilor să definească structurile sistemului printr-un limbaj de modelare specific domeniului. Această abordare bazată pe modele permite generarea automată de cod, asigurând consistența în topologii complexe de sistem, menținând în același timp contracte stricte de interfață între modulele software. Framework-ul se distinge prin sistemul său integrat de build și suita de operațiuni cu date la sol. Acesta automatizează întregul ciclu de viață al software-ului embedded, de la compilarea încrucișată și gestionarea dependențelor până la generarea interfețelor de telemetrie și comandă. Prin furnizarea unui mediu unificat atât pentru software-ul de zbor de la bord, cât și pentru monitorizarea la sol, facilitează integrarea, testarea și controlul sistemelor embedded distribuite pe diverse platforme hardware. Dincolo de arhitectura sa de bază, proiectul include instrumente cuprinzătoare pentru observabilitatea sistemului, inclusiv vizualizarea telemetriei în timp real, logarea evenimentelor și trasarea diagnosticelor. Acesta suportă o gamă largă de scenarii de implementare, de la medii bare-metal la sisteme de operare în timp real, și oferă mecanisme pentru gestionarea memoriei, modelarea comportamentului bazat pe stări și execuția asincronă a sarcinilor. Proiectul este menținut ca un depozit C++ cu documentație extinsă și suport pentru sistemul de build pentru dezvoltare multi-platformă.

    Runs multiple software components within a single process address space to enable direct communication.

    C++componentscppembedded
    Vezi pe GitHub↗10,766
  • montagejs/collectionsAvatar montagejs

    montagejs/collections

    2,094Vezi pe GitHub↗

    Collections is a JavaScript data structure library that provides unified interfaces for sets, maps, ordered sequences, and key-value storage. It includes capacity-bounded eviction mechanisms, categorical grouping, and set membership collections designed to organize and manage complex datasets through consistent traversal methods. The library offers advanced primitives such as circular ring buffers that automatically discard old entries upon reaching capacity limits, and comparator-driven sorted sequences maintained through binary search positioning. It supports persistent state snapshotting v

    Manages internal backing stores to allow multiple instances to reference shared data without duplication overhead.

    JavaScript
    Vezi pe GitHub↗2,094
  1. Home
  2. Software Engineering & Architecture
  3. Shared Memory Management
  4. Shared Memory Instance Deployments

Explorează sub-etichetele

  • Multi-Engine RenderingRunning multiple independent rendering instances within a single native process to manage resources. **Distinct from Shared Memory Instance Deployments:** Specific to rendering engines in a UI framework, whereas shared memory deployments are broader system patterns.
  • Process Memory SpacesExecution models that run multiple software components within a single process address space. **Distinct from Shared Memory Instance Deployments:** Distinct from Shared Memory Instance Deployments: focuses on the execution of components within a single process rather than general instance deployment.
  • Reference-Preserving Memory SharingManages internal backing stores to allow multiple collection instances to share data without duplication. **Distinct from Shared Memory Instance Deployments:** Distinct from Shared Memory Instance Deployments: focuses on data backing store sharing between collection instances rather than process-level isolation.