Skip to content
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

Optimize mergesort #84

Merged
merged 1 commit into from
Mar 25, 2025
Merged

Optimize mergesort #84

merged 1 commit into from
Mar 25, 2025

Conversation

denpeshkov
Copy link
Contributor

Use an auxiliary slice to reduce the number of allocations

Use an auxiliary slice to reduce the number of allocations
@plutov
Copy link
Owner

plutov commented Mar 25, 2025

Thank you @denpeshkov it's almost twice faster!

@plutov plutov merged commit 35a3c5d into plutov:master Mar 25, 2025
@plutov
Copy link
Owner

plutov commented Mar 25, 2025

Screenshot 2025-03-25 at 21 38 48

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