Sketchy502 / SDV-Summary

An application to display a summary of the player from a Stardew Valley save file.
206 stars 21 forks source link

Parse a save file only once #6

Closed klusark closed 8 years ago

klusark commented 8 years ago

Instead of parsing the save file multiple times, pass around a savefile class which just parses it once. Loading the xml file is the slowest part of the upload process right now.