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

Reduced row extraction time complexity from n^2 to 2n in persistence content type mapper #442

Open
wants to merge 1 commit into
base: 4.6
Choose a base branch
from

Conversation

adamwojs
Copy link
Member

@adamwojs adamwojs commented Oct 21, 2024

🎫 Issue N/A

Description:

Reduced Ibexa\Core\Persistence\Legacy\Content\Type\Mapper::extractTypesFromRows computational complexity from n^2 to 2n

image

For QA:

Documentation:

…esFromRows computational complexity from n^2 to 2n
Copy link

sonarcloud bot commented Oct 21, 2024

@adamwojs adamwojs changed the title Reduced Ibexa\Core\Persistence\Legacy\Content\Type\Mapper::extractTypesFromRows computational complexity from n^2 to 2n Reduced row extraction time complexity from n^2 to 2n in content type mapper Oct 21, 2024
@adamwojs adamwojs changed the title Reduced row extraction time complexity from n^2 to 2n in content type mapper Reduced row extraction time complexity from n^2 to 2n in persistence content type mapper Oct 21, 2024
@adamwojs adamwojs marked this pull request as ready for review October 21, 2024 20:08
@adamwojs adamwojs requested a review from a team October 23, 2024 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants