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

Optimize usage of Intl API to speed up response parsing with many datetime objects #1174

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    ed92bb5 View commit details
    Browse the repository at this point in the history
  2. Use a map to cache certain objects created via the Intl API to preven…

    …t performance degradation for results with lots of datetime values
    vongruenigen committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    e3bf7d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    5a87885 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d6db6e View commit details
    Browse the repository at this point in the history