Skip to content

Conversation

@andimarek
Copy link
Member

@andimarek andimarek commented Apr 6, 2023

This improves the schema diffing algo in multiple ways with the goal to reduce runtime.

firstMappingEntry.siblingsFinished = true;
while (!queue.isEmpty()) {
MappingEntry mappingEntry = queue.poll();
// System.out.println("mapping entry at:" + mappingEntry.level);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clean up

@andimarek andimarek changed the title add cache for lower bound calculations improve schema diffing performance Apr 11, 2023
@dondonz dondonz added this to the 2023 July milestone Apr 17, 2023
@andimarek andimarek added the not release related changes which are not released (for example unit tests or docs) label Apr 18, 2023
@andimarek andimarek added this pull request to the merge queue Apr 18, 2023
Merged via the queue into master with commit bf76c9f Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

not release related changes which are not released (for example unit tests or docs)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants