Skip to content

fix: parallel chunk large memory items and process those chunks, but …#1011

Merged
CaralHsi merged 2 commits intoMemTensor:dev-20260202-v2.0.5from
endxxxx:hotfix-20260204-wwq
Feb 4, 2026
Merged

fix: parallel chunk large memory items and process those chunks, but …#1011
CaralHsi merged 2 commits intoMemTensor:dev-20260202-v2.0.5from
endxxxx:hotfix-20260204-wwq

Conversation

@endxxxx
Copy link
Collaborator

@endxxxx endxxxx commented Feb 4, 2026

…keep the original order

Description

For those large memory items that MemReader extracts, MemOS will first split them into small memory items. But in the current process, the segmentation and recombination of memory items are not order-preserving. This pull request is fixing that problem and make the process order-preserving.

Related Issue (Required): Fixes #1010

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • I have performed a self-review of my own code | 我已自行检查了自己的代码
  • I have commented my code in hard-to-understand areas | 我已在难以理解的地方对代码进行了注释
  • I have added tests that prove my fix is effective or that my feature works | 我已添加测试以证明我的修复有效或功能正常
  • I have created related documentation issue/PR in MemOS-Docs (if applicable) | 我已在 MemOS-Docs 中创建了相关的文档 issue/PR(如果适用)
  • I have linked the issue to this PR (if applicable) | 我已将 issue 链接到此 PR(如果适用)
  • I have mentioned the person who will review this PR | 我已提及将审查此 PR 的人

@CaralHsi CaralHsi merged commit 40bb20b into MemTensor:dev-20260202-v2.0.5 Feb 4, 2026
16 checks passed
@endxxxx endxxxx deleted the hotfix-20260204-wwq branch February 5, 2026 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants