Skip to content

end-to-end ujson integration #17

Description

@lockefox

Improve performance by making sure ujson is integrated everywhere in the stack it should be.

  • incoming requests
  • tinydb connections
  • pandas to_json
    • pandas.io.json.dumps = ujson.dumps
    • pandas.io.json.loads = usjon.loads + precise_float=True in pd.read_json() args
  • skip Flask.jsonify by building response directly from pandas

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions