Skip to content

feat: add batch APIs with std::memcpy - #13

Merged
HawkinWay merged 9 commits into
mainfrom
6-feature-batch-memcpy
Jul 28, 2026
Merged

feat: add batch APIs with std::memcpy#13
HawkinWay merged 9 commits into
mainfrom
6-feature-batch-memcpy

Conversation

@HawkinWay

Copy link
Copy Markdown
Owner

Observation:

Batch processing achieves ~7x throughput improvement
compared with single-element operations.

The performance gain comes from:

  • reducing acquire/release synchronization frequency
  • replacing repeated element copies with optimized memcpy
  • improving cache utilization for contiguous transfers

@HawkinWay
HawkinWay merged commit 4e07d9a into main Jul 28, 2026
3 checks passed
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.

1 participant