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

Integration of orjson for (much) faster JSON encoding and decoding #358

Merged
merged 35 commits into from Mar 12, 2022

Commits on Feb 24, 2022

  1. Copy the full SHA
    15e545a View commit details
    Browse the repository at this point in the history
  2. Subclass JSONDecoder

    munrojm committed Feb 24, 2022
    Copy the full SHA
    2490305 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Change serialization funcs

    munrojm committed Mar 8, 2022
    Copy the full SHA
    f5fe548 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'orjson_integration' of https://github.com/munrojm/monty

    …into orjson_integration
    munrojm committed Mar 8, 2022
    Copy the full SHA
    7fb11e6 View commit details
    Browse the repository at this point in the history
  3. Revert serialization change

    munrojm committed Mar 8, 2022
    Copy the full SHA
    e790ac1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5b45b6e View commit details
    Browse the repository at this point in the history
  5. Add new encode func

    munrojm committed Mar 8, 2022
    Copy the full SHA
    ae76728 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    19a3ce5 View commit details
    Browse the repository at this point in the history
  7. Linting

    munrojm committed Mar 8, 2022
    Copy the full SHA
    f428193 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    58627ed View commit details
    Browse the repository at this point in the history
  9. Update reqs

    munrojm committed Mar 8, 2022
    Copy the full SHA
    255a310 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'orjson_integration' of https://github.com/munrojm/monty

    …into orjson_integration
    munrojm committed Mar 8, 2022
    Copy the full SHA
    6efbe65 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    87001e1 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    23ab17e View commit details
    Browse the repository at this point in the history
  13. Linting

    munrojm committed Mar 8, 2022
    Copy the full SHA
    1e1e5b2 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'orjson_integration' of https://github.com/munrojm/monty

    …into orjson_integration
    munrojm committed Mar 8, 2022
    Copy the full SHA
    cf17994 View commit details
    Browse the repository at this point in the history
  15. More linting

    munrojm committed Mar 8, 2022
    Copy the full SHA
    2ebae05 View commit details
    Browse the repository at this point in the history
  16. Black + fix isort profile

    munrojm committed Mar 8, 2022
    Copy the full SHA
    4423912 View commit details
    Browse the repository at this point in the history
  17. Fix docstring

    munrojm committed Mar 8, 2022
    Copy the full SHA
    bf5ddaf View commit details
    Browse the repository at this point in the history
  18. Fix pylint

    munrojm committed Mar 8, 2022
    Copy the full SHA
    372fe97 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    6678b16 View commit details
    Browse the repository at this point in the history
  20. Remove duplicate import

    munrojm committed Mar 8, 2022
    Copy the full SHA
    5608cce View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Fix recursive encoding

    munrojm committed Mar 9, 2022
    Copy the full SHA
    5bfa829 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    15dc92a View commit details
    Browse the repository at this point in the history
  3. Remove copy retun in process

    munrojm committed Mar 9, 2022
    Copy the full SHA
    8548e1f View commit details
    Browse the repository at this point in the history
  4. Merge branch 'orjson_integration' of https://github.com/munrojm/monty

    …into orjson_integration
    munrojm committed Mar 9, 2022
    Copy the full SHA
    7349850 View commit details
    Browse the repository at this point in the history
  5. Remove copy import

    munrojm committed Mar 9, 2022
    Copy the full SHA
    5a5262d View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    106ffc2 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Revert MontyEncoder changes

    munrojm committed Mar 10, 2022
    Copy the full SHA
    c88e552 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Copy the full SHA
    c39f740 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c796033 View commit details
    Browse the repository at this point in the history
  3. Fix revert and pre-commit

    munrojm committed Mar 11, 2022
    Copy the full SHA
    b5438e1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    131e2c8 View commit details
    Browse the repository at this point in the history
  5. Include imports with pylint

    munrojm committed Mar 11, 2022
    Copy the full SHA
    a01a6aa View commit details
    Browse the repository at this point in the history
  6. Merge branch 'orjson_integration' of https://github.com/munrojm/monty

    …into orjson_integration
    munrojm committed Mar 11, 2022
    Copy the full SHA
    4d37690 View commit details
    Browse the repository at this point in the history