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

fix some performace-related idea warnings #353

Merged
merged 8 commits into from
Jul 19, 2024

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    4147846 View commit details
    Browse the repository at this point in the history
  2. #340 String -> StringBuilder

    asolntsev committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    625ab10 View commit details
    Browse the repository at this point in the history
  3. #340 Boolean -> boolean

    asolntsev committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    a3fc6b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a05bf3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17d27d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab672a4 View commit details
    Browse the repository at this point in the history
  7. #340 fix warning "single character strings being used as an argument …

    …in indexOf()calls"
    
    A quick-fix is suggested to replace such string literals with equivalent character literals, gaining some performance enhancement.
    asolntsev committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    53472a0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    483a4dc View commit details
    Browse the repository at this point in the history