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

Implement #sort_by inside macros using Enumerable#sort_by #14895

Merged

Conversation

HertzDevil
Copy link
Contributor

Ensures that the block in ArrayLiteral#sort_by and TupleLiteral#sort_by is called exactly once for each element, by not using Enumerable#sort under the hood.

Extracted from #14894

@straight-shoota straight-shoota added this to the 1.14.0 milestone Aug 13, 2024
@straight-shoota straight-shoota merged commit 1a243ad into crystal-lang:master Aug 15, 2024
62 checks passed
@HertzDevil HertzDevil deleted the perf/arrayliteral-sort_by branch August 15, 2024 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants