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

[Request] rollapply written in data.table #1855

Closed
ghost opened this issue Sep 25, 2016 · 1 comment
Closed

[Request] rollapply written in data.table #1855

ghost opened this issue Sep 25, 2016 · 1 comment
Assignees
Labels

Comments

@ghost
Copy link

ghost commented Sep 25, 2016

My apologies if this has already been brought up but do you plan on ever writing a rollapply function for data.table?

I know that you can use xts::rollapply function inside of data.table, however, xts::rollapply is still slow. I get the feeling that if a data.table::rollapply function was written utilizing data.table's radix sorting, it could be much faster than anything that is available right now. Without it, people just keep building c++ libraries to perform quick rolling time-series calcs...

@jangorecki jangorecki self-assigned this Apr 1, 2018
@jangorecki jangorecki added this to the v1.11.2 milestone Apr 21, 2018
@jangorecki
Copy link
Member

rollapply even when developed in data.table might not be as fast as custom built c++ code. Just because it is not possible to effectively optimize arbitrary R function.
closing as duplicate of #2778

@jangorecki jangorecki removed this from the v1.11.2 milestone Apr 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant