You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It is unclear how big is Tiler/Merger overhead, both in performance and memory usage. We should also create benchmarking scripts to compare how Tiler stands with other tiling/merging tools mentioned in the readme.
P.S. Baseline should probably be numpy's sliding window trick, numpy.lib.stride_tricks.sliding_window_view. It's returning just views
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It is unclear how big is Tiler/Merger overhead, both in performance and memory usage. We should also create benchmarking scripts to compare how Tiler stands with other tiling/merging tools mentioned in the readme.
P.S. Baseline should probably be numpy's sliding window trick,
numpy.lib.stride_tricks.sliding_window_view
. It's returning just viewsThe text was updated successfully, but these errors were encountered: