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

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

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

4 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • nocobase/nocobaseAvatar von nocobase

    nocobase/nocobase

    21,542Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗21,542
  • flutter/samplesAvatar von flutter

    flutter/samples

    19,172Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗19,172
  • nasa/fprimeAvatar von nasa

    nasa/fprime

    10,766Auf GitHub ansehen↗

    F Prime ist ein komponentenbasiertes Framework für die Entwicklung und Bereitstellung von Embedded- und Raumfahrtsoftware. Es bietet eine modulare Architektur, die Softwarelogik von Kommunikationsschnittstellen entkoppelt und es Entwicklern ermöglicht, Systemstrukturen über eine domänenspezifische Modellierungssprache zu definieren. Dieser modellbasierte Ansatz ermöglicht eine automatisierte Codegenerierung, die Konsistenz über komplexe Systemtopologien hinweg gewährleistet und gleichzeitig strikte Schnittstellenverträge zwischen Softwaremodulen aufrechterhält. Das Framework zeichnet sich durch sein integriertes Build-System und eine Suite für Bodendatenoperationen aus. Es automatisiert den gesamten Lebenszyklus von Embedded-Software, von der Cross-Kompilierung und dem Abhängigkeitsmanagement bis hin zur Generierung von Telemetrie- und Befehlsschnittstellen. Durch die Bereitstellung einer einheitlichen Umgebung für Onboard-Flugsoftware und bodengestützte Überwachung erleichtert es die nahtlose Integration, das Testen sowie die Steuerung und Überwachung verteilter Embedded-Systeme über verschiedene Hardwareplattformen hinweg. Über die Kernarchitektur hinaus enthält das Projekt umfassende Werkzeuge für die Systembeobachtbarkeit, einschließlich Echtzeit-Telemetrie-Visualisierung, Ereignisprotokollierung und diagnostischer Tracing-Funktionen. Es unterstützt eine breite Palette von Bereitstellungsszenarien, von Bare-Metal-Umgebungen bis hin zu Echtzeitbetriebssystemen, und bietet Mechanismen für Speicherverwaltung, zustandsgesteuerte Verhaltensmodellierung und asynchrone Aufgabenausführung. Das Projekt wird als C++-Repository mit umfangreicher Dokumentation und Build-System-Unterstützung für die plattformübergreifende Entwicklung gepflegt.

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

    C++componentscppembedded
    Auf GitHub ansehen↗10,766
  • montagejs/collectionsAvatar von montagejs

    montagejs/collections

    2,094Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,094
  1. Home
  2. Software Engineering & Architecture
  3. Shared Memory Management
  4. Shared Memory Instance Deployments

Unter-Tags erkunden

  • 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.