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

Base64 encoding for large arrays #12

Open
mchitre opened this issue Oct 27, 2021 · 0 comments
Open

Base64 encoding for large arrays #12

mchitre opened this issue Oct 27, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@mchitre
Copy link
Member

mchitre commented Oct 27, 2021

The fjåge JSON protocol allows arrays to be encoded using base64 for efficiency. Currently Julia implementation understands such base64 encoded messages, but doesn't produce them when sending arrays originating in Julia agents. Functionality-wise, this has no implications, but performance-wise, we can reduce network load by encoding large arrays. We should do that.

@mchitre mchitre added the enhancement New feature or request label Oct 27, 2021
@mchitre mchitre self-assigned this Oct 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant