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