npruehs / tome-editor

Tome is a generic data editor for games supporting arbitrary input and output formats.
GNU Lesser General Public License v3.0
36 stars 7 forks source link

Deleting items is really slow when you have a lot of records #200

Open tylerhasman opened 2 years ago

tylerhasman commented 2 years ago

I currently have about 600+ records in my game and deleting a single item can take 5+ seconds. Would be nice if the editor did some sort of caching so that it didn't need to look through all records each time to see what references what.