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

use dart core sort to improve sortBy performance on Iterable<T> #101

Conversation

hbock-42
Copy link
Contributor

@SandroMaglione SandroMaglione added the refactoring No change in functionality, but rewrite of some code label Apr 28, 2023
@SandroMaglione SandroMaglione merged commit 74dec82 into SandroMaglione:main Apr 28, 2023
1 check passed
Copy link

@kabirnayeem99 kabirnayeem99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring No change in functionality, but rewrite of some code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fpdart sortBy is very slow and time processing scales very quickly
3 participants