[Feature Request]: Refactor LocalStorage #601
Labels
Area: Backend
Issues regarding the Saturn backend app
Host: ARCitect
Regarding Swate in ARCitect
Host: Excel
Issues regarding Excel interop
Host: Standalone
Issues regarding the standalone version of Swate
Status: Needs Triage
This item is up for investigation.
Type: Feature Request
This item is confirmed by the maintainers to be a request for a new feature
Contact Details
No response
Is your feature request related to a problem?
Currently the local storage is ued to stare data for undo and redo but it is quite slow and the space is scare and so often in memory problems appear.
Describe the solution you would like!
The data shall be stored more efficiently, so that it works faster and can store more data.
Utilize indexedDB storage instead of the LocalStorage.
Replace current compression method with a more efficient one, that harmonizes with f# and java script.
Additional context!
Closes Bug #525 due to massive performance increase.
Host
Applies to All
Host Details
excel, swate alpha, ARCitect
The text was updated successfully, but these errors were encountered: