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

time: microoptimise the Time formating methods (use custom number->string conversion, instead of string interpolation) #20917

Merged
merged 26 commits into from Feb 28, 2024

Commits on Jan 17, 2024

  1. fix: fmt

    enghitalo committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    96336a2 View commit details
    Browse the repository at this point in the history
  2. Revert "fix: fmt"

    This reverts commit 96336a2.
    enghitalo committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    bb1fa18 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

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

Commits on Jan 24, 2024

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

Commits on Feb 13, 2024

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

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    1c0357e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85230a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

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

Commits on Feb 17, 2024

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

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    1f5eb6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cb2e69 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

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

Commits on Feb 26, 2024

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

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    98e3562 View commit details
    Browse the repository at this point in the history
  2. perf: time formating

    enghitalo committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a4bea09 View commit details
    Browse the repository at this point in the history
  3. test local and utc time

    enghitalo committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    d1bd0b6 View commit details
    Browse the repository at this point in the history
  4. fix: format_rfc3339_nano

    enghitalo committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    9a7b38c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50f7c11 View commit details
    Browse the repository at this point in the history
  6. more benchmark

    enghitalo committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    22e1de6 View commit details
    Browse the repository at this point in the history
  7. @[markused]

    enghitalo committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    37bc866 View commit details
    Browse the repository at this point in the history
  8. revert fixed array

    enghitalo committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a429335 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    16d1a25 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a65a8bf View commit details
    Browse the repository at this point in the history
  11. test: is_local field

    enghitalo committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    4a41281 View commit details
    Browse the repository at this point in the history
  12. style: v fmt

    enghitalo committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a41f8c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. remove some comments

    enghitalo committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    8698be0 View commit details
    Browse the repository at this point in the history