awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • nocobase/nocobasenocobase 的头像

    nocobase/nocobase

    21,542在 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
    在 GitHub 上查看↗21,542
  • flutter/samplesflutter 的头像

    flutter/samples

    19,172在 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
    在 GitHub 上查看↗19,172
  • nasa/fprimenasa 的头像

    nasa/fprime

    10,766在 GitHub 上查看↗

    F Prime 是一个基于组件的框架,专为嵌入式和航天软件的开发与部署而设计。它提供了一种模块化架构,将软件逻辑与通信接口解耦,允许开发者通过领域特定建模语言定义系统结构。这种基于模型的方法支持自动化代码生成,在确保复杂系统拓扑一致性的同时,维护了软件模块之间严格的接口契约。 该框架的特色在于其集成的构建系统和地面数据操作套件。它实现了嵌入式软件全生命周期的自动化,从交叉编译和依赖管理到遥测与命令接口的生成。通过为机载飞行软件和地面监控提供统一的环境,它促进了跨不同硬件平台的分布式嵌入式系统的无缝集成、测试及指挥控制。 除了核心架构外,该项目还包含用于系统可观测性的综合工具,包括实时遥测可视化、事件日志记录和诊断追踪。它支持从裸机环境到实时操作系统的多种部署场景,并提供了内存管理、状态驱动行为建模和异步任务执行机制。 该项目以 C++ 仓库形式维护,并提供详尽的文档和支持跨平台开发的构建系统。

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

    C++componentscppembedded
    在 GitHub 上查看↗10,766
  • montagejs/collectionsmontagejs 的头像

    montagejs/collections

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

探索子标签

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