1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-04 21:40:03 +00:00
scrawl 66bcd2fd68 Write save games to a memory stream first
Two motivations for doing this:

- If the user chooses to overwrite existing save file, and there is an exception during the save process, the existing file will not be lost.
- Many small writes to a file are slow. Very slow. Writing to memory first then writing the completed file to disk appears to be ~500% faster.
2015-12-05 01:15:54 +01:00
..
2015-12-01 16:09:05 +01:00
2015-11-23 03:26:21 +01:00
2015-12-05 00:44:18 +01:00
2015-12-02 22:40:04 +03:00
2015-12-03 08:54:14 +03:00
2015-06-04 01:30:16 +02:00
2015-11-26 17:15:28 +01:00
2015-12-02 22:40:04 +03:00