SatisfactorySaveEditor
SatisfactorySaveEditor copied to clipboard
Increase editor performance for large saves
On large (100+ MB) saves loading and especially saving takes a very long time.
- Investigate how much of this time is spent in the editor and parser respectively
- Investigate PLINQ or other options for speeding up
- Prevent UI from locking up and display a progress indicator/spinner
Partial progress on this via the loading screen implemented in https://github.com/Goz3rr/SatisfactorySaveEditor/pull/138