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 future_lapply for performance #7

Open
MislavSag opened this issue Apr 14, 2021 · 0 comments
Open

USE future_lapply for performance #7

MislavSag opened this issue Apr 14, 2021 · 0 comments

Comments

@MislavSag
Copy link

hi,

Thanks for great package. I have tried to use you package with hour frequency data for period 2004-2020, with just 694 events and 10 stocks.

The code is really slow (I haven't wait it to finish but it is slow).

I discovered the lapply part inside prepare.returns function is slow.

Can I advise you to use future_lapply instead of lapply for parallel processing?

It can increases the performance.

IS there any function that can be improved by using C++?

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

No branches or pull requests

1 participant