ihhub / fheroes2

fheroes2 is a recreation of Heroes of Might and Magic II game engine.
https://ihhub.github.io/fheroes2/
GNU General Public License v2.0
2.58k stars 360 forks source link

Speed up save file loading and saving operations #8821

Closed ihhub closed 2 weeks ago

ihhub commented 3 weeks ago

We must avoid opening a file twice for reading and writing as it is unsafe and inefficient. Additionally, I added extra checks for stream operation failure.

sonarcloud[bot] commented 2 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud