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

Serializing large numpy arrays into JSON creates prohibitively large returns #90

Open
ahmedhosny opened this issue Aug 29, 2018 · 0 comments

Comments

@ahmedhosny
Copy link
Member

This slows down the calls quite a bit. We can think of 2 solutions so far:

  1. Serialize the numpy array into some sort of string, using pickle or whatever (difficult for frontend to deserialize)
  2. Save numpy array and send link (still difficult for frontend to decode)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant