8000 Add support for using orjson instead of the stdlib json if orjson is installed · Issue #6 · ptmcg/littletable · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Add support for using orjson instead of the stdlib json if orjson is installed #6
Open
@ptmcg

Description

@ptmcg

Open source package orjson is much faster than the stdlib package.

orjson.dumps compares to json.dumps, but uses whitespace-optimized output by default, so need to qualify use of streaming-related keyword args.
orjson.loads compares to json.loads, compatibility TBD

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0