As of commit 4ff2053, clearing the chunk cache (i. e. refreshing or reloading the map) takes an awful lot of time - long minutes (!) even in a Release build. It seems that most of the time is spent deleting the per-section palettes, mostly the properties member.
Tested on a self-compiled Win64 binary built with Qt 5.15.1.
As of commit 4ff2053, clearing the chunk cache (i. e. refreshing or reloading the map) takes an awful lot of time - long minutes (!) even in a Release build. It seems that most of the time is spent deleting the per-section palettes, mostly the
propertiesmember.Tested on a self-compiled Win64 binary built with Qt 5.15.1.