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

Improve toString Performance: Use StringBuilderWriter for toString methods #867

Commits on Feb 23, 2024

  1. stleary#863 use StringBuilderWriter to toString methods

    resulting in a faster toString generation.
    Simulant87 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    7c7a98d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ff635c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6660e40 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    06778bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d672b44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2194bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d878c38 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    4f456d9 View commit details
    Browse the repository at this point in the history
  2. add a comment explaining the ordering

    (cherry picked from commit df0e3e9)
    Simulant87 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    f38452a View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. stleary#863 improve performance of JSONTokener#nextString

    replacing a switch-case statement with few branches
    by if-else cases
    Simulant87 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    63625b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5407423 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c010033 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    eda0841 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    045324a View commit details
    Browse the repository at this point in the history
  3. Revert "stleary#863 replace usage of back() method in JSONObject pars…

    …ing"
    
    This reverts commit 5407423.
    Simulant87 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    a3f15e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5974fc1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c5cf18 View commit details
    Browse the repository at this point in the history
  6. add a test case for an enum implementing JSONString

    (cherry picked from commit d17bbbd)
    Simulant87 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    60090a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6c35b08 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b75da07 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. fix typo

    Simulant87 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6aed1cf View commit details
    Browse the repository at this point in the history