tsflex icon indicating copy to clipboard operation
tsflex copied to clipboard

look into optimizing Stridedrolling

Open jonasvdd opened this issue 4 years ago • 0 comments

Paths to explore:

  • optimize series slicing for functions which requires one (or more) pd.Series as input
  • C-implementation (or using cython memoryview of arrays)
  • numba

caveats; as we sort-of inject lambda-like functions, and support a large variability of array types, how feasible is this?

jonasvdd avatar Oct 14 '21 11:10 jonasvdd