Skip to content

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

Description

@ahmedhosny

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions