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

Improve storage #19

Open
charleskawczynski opened this issue Mar 17, 2021 · 1 comment
Open

Improve storage #19

charleskawczynski opened this issue Mar 17, 2021 · 1 comment

Comments

@charleskawczynski
Copy link
Owner

Right now, when passing a tuple to DispatchedTuple/DispatchedSet, we store the entire tuple, but since DispatchedTuple kind of compresses the values (into a single tuple), we could compress the storage of the keys.

@charleskawczynski
Copy link
Owner Author

Unfortunately Base.Set is backed by a Dict, so we can't use that for the compression

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

No branches or pull requests

1 participant