Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persistence for data structures other than key-value store #125

Open
dpk opened this issue Apr 1, 2021 · 0 comments
Open

Persistence for data structures other than key-value store #125

dpk opened this issue Apr 1, 2021 · 0 comments

Comments

@dpk
Copy link

dpk commented Apr 1, 2021

See this IRC conversation from 2017: https://freenode.logbot.info/whatwg/20171129#c1373257

Essentially, at the moment it’s very inconvenient to try to persist large data structures that don’t fit the key/value store model of IDB/localStorage. If I want a trie or a suffix array to persist, for example, there’s no really good way to do that. In 2017, I suggested adding a way to create a persistent, mmap’d array buffer, and there seemed to be interest in that from the few people who participated in the conversation, but that’s just one option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant