mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 08:43:02 +08:00
- 优化数据结构,使用 ConcurrentHashMap 和 CopyOnWriteArrayList 替代 HashMap 和 ArrayList - 为 MemoryNode 添加唯一标识 memoryNodeId,可作为记忆节点文件名 - 更新 selectMemoryByPath 方法,增加缓存逻辑 - 修改 updateDialogMap 方法,优化用户对话缓存更新逻辑