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

Performance Comparisons #19

Open
haimivan opened this issue Nov 27, 2019 · 1 comment
Open

Performance Comparisons #19

haimivan opened this issue Nov 27, 2019 · 1 comment

Comments

@haimivan
Copy link

Hi,

thanks for the good effort you have put in this project already.

May I ask for an enhancement of the documentation?

It would be good to have an overview of the (overall) performance of the different functions.

My use case is that I have a numpy array and want to apply a rolling standard deviation window on one of the columns and put it in another column of this numpy array.

It would be good to compare the effort for this with the time it takes to do this for alternatives (like: use pandas directly).

Thanks in advance.

@ajcr
Copy link
Owner

ajcr commented Dec 19, 2019

Hi @haimivan, thank you for raising this ticket - I'm glad you're finding the project useful.

I think adding performance comparisons is a good idea and would certainly help put the different choices available for rolling window operations in context.

I'll see if I can put something together.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants