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

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

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

3 个仓库

Awesome GitHub RepositoriesShared Memory Stores with Thread Safety

Enabling multiple agents to safely read and write a common memory store using thread-level locking mechanisms.

Distinct from Shared Knowledge Graph Memory: Distinct from Shared Knowledge Graph Memory: focuses on thread-safe concurrent access to a shared memory store, not graph-based knowledge structures.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Shared Memory Stores with Thread Safety. Refine with filters or upvote what's useful.

Awesome Shared Memory Stores with Thread Safety GitHub Repositories

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

    MervinPraison/PraisonAI

    5,592在 GitHub 上查看↗

    PraisonAI is an autonomous AI agent platform that coordinates multiple LLM-powered agents for research, planning, and execution of complex workflows. It functions as a multi-agent orchestration framework, a workflow builder, and a Model Context Protocol server, while also providing retrieval-augmented generation through vector knowledge bases. Agents can interact via CLI, web, or standardized protocols with sandboxed code execution. The platform distinguishes itself with a rich set of agent communication protocols, including A2A, REST, WebSocket, voice and telephony integration, and MCP, allo

    Implements thread-safe shared memory coordination so multiple agents can concurrently access a common store.

    Pythonagentsaiai-agent-framework
    在 GitHub 上查看↗5,592
  • xacrimon/dashmapxacrimon 的头像

    xacrimon/dashmap

    4,064在 GitHub 上查看↗

    DashMap 是一个 Rust 并发哈希映射,提供了一种专为高性能多线程访问设计的线程安全关联数组。它作为一种并发数据结构,允许在无需全局锁的情况下进行同步读写。 该项目利用分片锁架构来减少线程争用,在分片级别采用细粒度锁定。它是一个兼容 Serde 的映射,实现了序列化和反序列化,以便在映射数据与常用格式之间进行转换。 该库涵盖了并发数据存储、共享状态管理以及实现线程安全缓存的功能。

    Enables multiple threads to safely read and modify a common memory store without a global lock.

    Rustconcurrentconcurrent-data-structureconcurrent-map
    在 GitHub 上查看↗4,064
  • moonbingbing/openresty-best-practicesmoonbingbing 的头像

    moonbingbing/openresty-best-practices

    3,620在 GitHub 上查看↗

    This project is an API gateway optimization manual and implementation guide for OpenResty. It provides a collection of architectural patterns and coding standards for developing scriptable server logic using the Lua language within Nginx. The repository serves as a reference for extending web server functionality and optimizing network traffic gateways. It focuses on deployment strategies and high-performance coding patterns to reduce latency and increase request throughput. The content covers the development of custom gateway logic, edge computing workflows, and high-throughput network engi

    Provides thread-safe shared memory stores for fast data retrieval across multiple Nginx worker processes.

    Lua
    在 GitHub 上查看↗3,620
  1. Home
  2. Software Engineering & Architecture
  3. Shared Memory Management
  4. Shared Knowledge Graph Memory
  5. Shared Memory Stores with Thread Safety