Skip to content

Use IndexedDB to assist memory usage #63

@spaaaacccee

Description

@spaaaacccee

Currently, all data and files opened in Posthoc is stored in memory. Opening several large files is easy to overwhelm available memory and cause the process to crash. We can store processed data in IndexedDB, which has virtually no capacity limit, and retrieve them on demand.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions