Skip to content

feature/SOF-7948-speedup #287

Open
VsevolodX wants to merge 2 commits into
feature/SOF-7948from
feature/SOF-7948-speedup
Open

feature/SOF-7948-speedup #287
VsevolodX wants to merge 2 commits into
feature/SOF-7948from
feature/SOF-7948-speedup

Conversation

@VsevolodX

Copy link
Copy Markdown
Member

AI-aided optimization of metadata serialization, O(n) merging and missed error

self.elements.add_items(other_basis.elements.values)
self.coordinates.add_items(other_basis.coordinates.values)
self.labels.add_items(other_basis.labels.values)
for el in other_basis.elements.values:

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

If this optimization is for the main codebase, the PR should be into main

@timurbazhirov timurbazhirov changed the base branch from feature/SOF-7948 to main July 12, 2026 23:43
@timurbazhirov timurbazhirov changed the base branch from main to feature/SOF-7948 July 12, 2026 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants