With the new `to_multiscale()` implementation [introduced in this PR](https://github.com/scverse/spatialdata/pull/1068), the performance to write multiscale images dropped, as shown in this benchmark ([reproducible with this code](https://github.com/giovp/spatialdata-sandbox/commit/7dbe3340b412a3543761539eb9306476dcbca679)): ``` ┌─────────┬─────────┬──────────┐ │ │ 0.7.2 │ 0.7.3a0 │ ├─────────┼─────────┼──────────┤ │ time │ 41.7s │ 1.13 min │ ├─────────┼─────────┼──────────┤ │ peakmem │ 15.9 GB │ 21.7 GB │ └─────────┴─────────┴──────────┘ ```