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

Use BSON instead JSON in messages from and to the containers? #6

Closed
GuillaumeDerval opened this issue Sep 9, 2014 · 1 comment
Closed

Comments

@GuillaumeDerval
Copy link
Member

BSON (Binary JSON) can be used to send non UTF-8 data to the container. It would allow us to avoid to encode/decode binary strings with base64 (see #4).

There is also less spatial overhead in BSON than in JSON, allowing (minor) speed improvements.

@UCL-INGI UCL-INGI locked and limited conversation to collaborators Sep 9, 2014
@UCL-INGI UCL-INGI unlocked this conversation Sep 9, 2014
@GuillaumeDerval
Copy link
Member Author

Seems complicated to implement; not a priority right now (after a discussion with @anthonygego )

@GuillaumeDerval GuillaumeDerval modified the milestone: INGInious v1.0 Sep 18, 2014
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