tiangolo / uvicorn-gunicorn-fastapi-docker

Docker image with Uvicorn managed by Gunicorn for high-performance FastAPI web applications in Python with performance auto-tuning.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why not orjson as standard ?

TheBubblePopped opened this issue · comments

Hi there,

i was wondering... why isn't orjson the standard thing to use by default (fastapi) if it's so much faster than the rest?