rolling icon indicating copy to clipboard operation
rolling copied to clipboard

Performance Comparisons

Open haimivan opened this issue 4 years ago • 1 comments

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.

haimivan avatar Nov 27 '19 08:11 haimivan

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.

ajcr avatar Dec 19 '19 21:12 ajcr