inaos / iron-array

2 stars 0 forks source link

iarray_container_load() should use the configuration of the persistent array #428

Closed FrancescAlted closed 3 years ago

FrancescAlted commented 3 years ago

Right now, it creates a new config based on the existing config defaults. However, this when the config on-disk and in-memory differs, this leads to slow copy, so slow loading times.

FrancescAlted commented 3 years ago

This has been addressed in https://github.com/inaos/iron-array-python/pull/125