Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Использовать orjson вместо/вместе с ujson #560

Open
MarshalX opened this issue Oct 31, 2022 · 0 comments
Open

Использовать orjson вместо/вместе с ujson #560

MarshalX opened this issue Oct 31, 2022 · 0 comments
Labels
feature Новая функция или улучшение старой

Comments

@MarshalX
Copy link
Owner

Сейчас библиотека может ускорить работу с JSON если установлена библиотека ujson. Если нет, будет использоваться стандартная Python библиотека. Судя по всему, есть еще более быстрое решение – orjson. Предлагаю добавить его поддержку так же как и ujson. Можно избавиться от ujson оставив только orjson. А можно поддерживать оба. Тогда приоритет выбора будет таким:

  • orjson
  • ujson
  • json (Python standart)

orjson repo: https://github.com/ijl/orjson

@MarshalX MarshalX added the feature Новая функция или улучшение старой label Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Новая функция или улучшение старой
Projects
None yet
Development

No branches or pull requests

1 participant