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

MapSet data type #196

Closed
simerplaha opened this issue Feb 17, 2020 · 1 comment
Closed

MapSet data type #196

simerplaha opened this issue Feb 17, 2020 · 1 comment
Labels

Comments

@simerplaha
Copy link
Owner

Set allows for partial reads where only a part of the Set's entry can be submitted to fetch the full entry.

Although this is helpful, a simpler API is required. I think a MapSet which provides the same APIs as a Map but uses Set's storage format underneath will simplify things.

simerplaha added a commit that referenced this issue Feb 17, 2020
simerplaha added a commit that referenced this issue Feb 17, 2020
@simerplaha
Copy link
Owner Author

Done. The data type is named SetMap.

This type basically wrapper for Set which gives it a Map like API for convenient partial reads.

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

No branches or pull requests

1 participant