robojumper / DarkestDungeonSaveEditor

Darkest Dungeon Save File (.json) Reader, Writer, Editor. Also, Spreadsheets.
MIT License
74 stars 8 forks source link

Fix editor latency on large files #22

Closed robojumper closed 4 years ago

robojumper commented 4 years ago

Fixes #20.

I don't know enough about Java's concurrency model to know if this is okay but Swing seems to put enough of the relevant things onto the EDT to make this work. I will seek advice from someone who knows about Java concurrency before merging this.