Skip to content

Improve json data compression and decompression with exchange with base64 files #13

Description

@arivera12

The only way to transfer binary data through text base data transmision formats like xml or json is converting a byte array to base64 string representation which adds a 30%-33% overhead when transmitting the data to the server. The server output should be lightweight already after data is processed cause a path link is returned instead of a base64 string representation.

In consideration for test and design:

  • Compression (gzip, brotli)
  • BSON
  • Streams

Activity

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestneeds designNeeds design with use of caseperformanceTune up something

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions