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
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