Skip to content

end-to-end ujson integration #17

@lockefox

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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