Skip to content

Improve memcpy #215

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 3, 2025
Merged

Improve memcpy #215

merged 1 commit into from
Jun 3, 2025

Conversation

jserv
Copy link
Collaborator

@jserv jserv commented Jun 3, 2025

Thie commit applies 4-byte loop unrolling and forward copy to memcpy for performance gains.

Summary by Bito

This pull request enhances the performance of the memcpy function by implementing a 4-byte loop unrolling technique, improving efficiency for larger data sizes while ensuring correct byte copying. The focus is on optimizing the copying process for performance-sensitive applications.

Thie commit applies 4-byte loop unrolling and forward copy to memcpy for
performance gains.
@jserv jserv force-pushed the improve-memcpy branch from eef821e to 784e5f5 Compare June 3, 2025 14:08
@jserv jserv merged commit b6cc0ad into master Jun 3, 2025
12 checks passed
@jserv jserv deleted the improve-memcpy branch June 3, 2025 14:13
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