Skip to content

Conversation

@NobodyXu
Copy link
Collaborator

@NobodyXu NobodyXu commented Nov 9, 2025

Do it strategically, when:

  • it can use a memcpy instead of memmove to remove it
  • when no space left for new data

Do it strategically, when:
 - it can use a memcpy instead of memmove to remove it
 - when no space left for new data

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
To prevent overflo

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
So that memmove AVX256 can be used to do the copyback,
which should be reasonably fast

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
@NobodyXu NobodyXu added this pull request to the merge queue Nov 9, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 9, 2025
@NobodyXu NobodyXu added this pull request to the merge queue Nov 9, 2025
Merged via the queue into main with commit 63a83ad Nov 9, 2025
20 checks passed
@NobodyXu NobodyXu deleted the NobodyXu-patch-1 branch November 9, 2025 14:59
@codecov
Copy link

codecov bot commented Nov 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (47667f0) to head (7a13493).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@     Coverage Diff     @@
##   main   #415   +/-   ##
===========================
===========================

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions github-actions bot mentioned this pull request Nov 9, 2025
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