Closed FrancescAlted closed 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.
This has been addressed in https://github.com/inaos/iron-array-python/pull/125
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.