Brian0255/NDS-Ironmon-Tracker

Tracker data and Past Run data should be migrated to SQL databases

Brian0255 opened this issue · 0 comments

Pickling and saving large amounts of data can cause emulator stutter. While it's not a huge deal since it really only happens for large data, this can be avoided if we use Bizhawk's SQL related lua functions to read and write from databases. With SQL, there would be no noticeable lag even if the data gets enormous.