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

Test minor perf #4

Closed
wants to merge 4 commits into from
Closed

Test minor perf #4

wants to merge 4 commits into from

Commits on Sep 18, 2023

  1. Remove redundant ternary operator

    Signed-off-by: Šimon Lukašík <isimluk@fedoraproject.org>
    isimluk committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    a40c403 View commit details
    Browse the repository at this point in the history
  2. perf: avoid using merge for a single key/val tuple

    Signed-off-by: Šimon Lukašík <isimluk@fedoraproject.org>
    isimluk committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    1b2ef89 View commit details
    Browse the repository at this point in the history
  3. perf: redundant equality check in a block

    Signed-off-by: Šimon Lukašík <isimluk@fedoraproject.org>
    isimluk committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    8555bbe View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. perf: avoid creating an extra list when iterating through values or keys

    Signed-off-by: Šimon Lukašík <isimluk@fedoraproject.org>
    isimluk committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    9942113 View commit details
    Browse the repository at this point in the history