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

Replace parLapply with mclapply in auto.arima to achieve better performance #891

Merged
merged 16 commits into from
Oct 29, 2021

Conversation

jonlachmann
Copy link
Contributor

I investigated why auto.arima was running slowly, and it turned out that a lot of time was spent setting up parLapply for the parallel search. I have replaced it with mclapply which in some test cases made it 3x faster.

Hope that this slight modification is appreciated even though the package is not developed anymore.

Copy link
Collaborator

@mitchelloharawild mitchelloharawild left a comment

Choose a reason for hiding this comment

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

Looks good to me, thanks for the PR.

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.

None yet

3 participants