BlackSourceLabs / BlackNectar-iOS

BlackNectar for iOS
http://appsto.re/us/JZ3Ajb.i
Apache License 2.0
4 stars 0 forks source link

Cleanup - Remove loading all stores #151

Closed SirWellington closed 7 years ago

SirWellington commented 7 years ago

What

Get rid of the logic that loads all of the stores from the CSV file into memory.

Why

Loading all stores into memory creates an unnecessary memory footprint that can be used for other things. And it is very clear that at this point we are getting all of our data from the database.