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

Add test case for slowness in deeply-nested usingRecursiveComparison().isEqualTo() uses in #3350

Closed

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    395de2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4db48f7 View commit details
    Browse the repository at this point in the history
  3. Optimize FieldLocation

    FieldLocation maintains set of paths to use in rules ordered from leaf
    to parent. The set provides O(1) hierarchyMatches operation.
    schlosna committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    f9b759a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f802087 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b61bee2 View commit details
    Browse the repository at this point in the history
  6. Add comment

    schlosna committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    2ab79b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Static import

    schlosna committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    357be1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cbd0e9 View commit details
    Browse the repository at this point in the history
  3. hashCode

    schlosna committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    b2b5cba View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Merge pull request #1 from schlosna/aash/usingRecursiveComparison-slo…

    …wness-repro
    
    Optimize FieldLocation
    ash211 committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    eaca0f2 View commit details
    Browse the repository at this point in the history