Sheep-y / trpg-dnd-4e-db

4e Compendium - Offline D&D 4e Database
Other
57 stars 7 forks source link

Conserve memory usage by not keeping items contents. #10

Closed Sheep-y closed 8 years ago

Sheep-y commented 10 years ago

We can try to use less memory by not keeping item contents.

This can be done for browsing action, but can also be done for update action. If update is simplified to save at real time, that part should become simpler, not only to maintain but also to use.

Sheep-y commented 8 years ago

No longer a major concern with independent updater in v3.5. v4 plans to use SharedWorker to share and reduce memory consumption.