joonne / harbour-nayttamo

Native YLE Areena for Sailfish OS
MIT License
6 stars 3 forks source link

WIP: Feature/joonne/data storage #37

Open joonne opened 5 years ago

joonne commented 5 years ago
joonne commented 5 years ago

wdyt? I'm just testing around, wanted to get lighter data storage implementation and I thought JSON would serve us well enough as the data model?

mlehtima commented 5 years ago

I also wonder about the efficiency of the code because both setState and getState make copies of the state. Need to check the code more carefully and also investigate is compiler will optimize those situations to something more efficient.