Changes between Version 1 and Version 2 of Ticket #3404


Ignore:
Timestamp:
Jul 26, 2016, 10:49:08 PM (8 years ago)
Author:
Imarok
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3404 – Description

    v1 v2  
    33Reading the entire `commands.txt` file to derive the total game duration of a replay is  an I/O-heavy task, as the previous iterations of the patches in #3258 had shown.
    44
    5 If #4020 can be solved, the duration could be saved when ending the game (probably `metadata.json` rather than `commands.txt` or the replaylist cache  #3433).
     5If #4020 can be solved, the duration could be loaded from metadata.json, where it is saved as `timeElapsed`.