How well does eframe persistence scale vertically

66 Views Asked by At

I am writing a Japanese learning application using egui and the Wanikani API, and am planning to cache (a lot of) data locally - 11 tables and thousands of records in most tables. Will egui's built in persistence (which uses RON and serde) be enough or will it scale too poorly to work with this amount of data?

0

There are 0 best solutions below