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

Cache get decoder class from string #117

Merged
merged 6 commits into from
May 30, 2024
Merged

Cache get decoder class from string #117

merged 6 commits into from
May 30, 2024

Commits on May 2, 2024

  1. Moved the logic from obtaining a decoder class from a string to its o…

    …wn method. This allows caching, which greatly improves performance.
    thewhaleking committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1ec5778 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    8d53300 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Revert the caching changes of get_decoder_class, instead cache conver…

    …t_type_string and compile the regex for faster execution.
    thewhaleking committed May 5, 2024
    Configuration menu
    Copy the full SHA
    478a5ce View commit details
    Browse the repository at this point in the history
  2. Revert the caching changes of get_decoder_class, instead cache conver…

    …t_type_string and compile the regex for faster execution.
    thewhaleking committed May 5, 2024
    Configuration menu
    Copy the full SHA
    f7800e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c66a815 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fee714 View commit details
    Browse the repository at this point in the history