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

Exploration of Serialization / Persistence #132

Open
akade opened this issue May 15, 2024 · 0 comments
Open

Exploration of Serialization / Persistence #132

akade opened this issue May 15, 2024 · 0 comments

Comments

@akade
Copy link
Owner

akade commented May 15, 2024

As mentioned in #103, it might be interesting to be able to persist / serialize the IndexedSet to be able to cache expensive indexing. The mentioned scenario would be in Blazor WASM applications, where you could precalculate everything on the server.

Risks to address

  • Scope Creep / Time for maintenance
  • Serialization: The library allows anything to be a key but it should not be a fully fledged serializer

Requirement

  • Deserialization needs to be much faster than recreation (i.e. serialization of all elements and creating a new set with the deserialized elements)

Alternatives to check

  • Speed up trie building (fulltext / prefix indices) for batch insertions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant