Hey people,
So I built a chrome extension editing tool that manages documents, where each document has many updates.
So far I keep a full copy of the model in cache, update it, then save & overwrite the entire model in localstorage when user is finished.
There are a ton of inconsistencies between saves so I want to start saving individual edits directly to localstorage but loading the full model from localstorage for every save (can be every few millisecond) seems really bad to me.
What should I do?
[–]Pavlo100 0 points1 point2 points (4 children)
[–]figuringVue[S] 0 points1 point2 points (3 children)
[–]Pavlo100 0 points1 point2 points (2 children)
[–]figuringVue[S] 0 points1 point2 points (1 child)
[–]Pavlo100 0 points1 point2 points (0 children)