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

Additional Optimizations for parsing time #458

Merged
merged 5 commits into from
Nov 15, 2023

Commits on Nov 15, 2023

  1. Revert the ConvDateUTC and ConvTimeUTC functions to always parse the …

    …"Fast" way first and revert otherwise. this allows the optimization to be used everywhere with no code changes. Ensure that millisecond accuracy is kept for otherse using the function. No Speed impact is noted on my end to doing this.
    hecon5 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    26bf030 View commit details
    Browse the repository at this point in the history
  2. Pass by ref so we don't need to build more memory use. Optimize Offse…

    …t string building to only do math when it's required and fix whitespace.
    hecon5 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    1961800 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ef2d02 View commit details
    Browse the repository at this point in the history
  4. Bump Version

    hecon5 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    732f4e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    500b891 View commit details
    Browse the repository at this point in the history