mthxx / Budget

Personal Finance for the Linux desktop.
http://mthx.org/projects/budget/
GNU General Public License v2.0
10 stars 3 forks source link

Prevent Reloading Data #86

Open mthxx opened 9 years ago

mthxx commented 9 years ago

Currently, local data arrays in data.py are reloaded every time there is a change. This is wasteful and unneccesary. Making the data arrays more dynamic will reduce database calls, and increase application performance.

Ref: #58 - Splitting this generic issue into multiple smaller, more specific issues.