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

feat: Implement update_level_offset in RelationalBone #1432

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

sveneberth
Copy link
Member

@sveneberth sveneberth commented Feb 26, 2025

To be honest, I don't (yet) have a concrete use case. But to increase the efficiency of the relational system and reduce write ops, this feature came to my mind.

I still have to test it. so far I've only implemented it down like this. Please share your opinions and thoughts.


This PR might solve #117 if you set the offset to a big value

ArneGudermann and others added 3 commits February 26, 2025 11:44
…#1430)

This function is used rarely, and it makes sense to always obtain a
sorted list of skeletons. As the function now also returns a list, it
can be directly returned as sorted.

This affects, for example, callable tasks which provide a kind selector,
like RebuildSearchIndex.
To be honest, I don't (yet) have a concrete use case.
But to increase the efficiency of the relational system
and reduce write ops, this feature came to my mind.

I still have to test it. so far I've only implemented it down like this.
Please share your opinions and thoughts.
@sveneberth sveneberth added feature New feature or request idea performance This issue or pull request enhances or criticizes the performance. labels Feb 26, 2025
@sveneberth sveneberth added this to the ViUR-core v3.8 milestone Feb 26, 2025
@sveneberth sveneberth changed the base branch from main to develop February 26, 2025 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request idea performance This issue or pull request enhances or criticizes the performance.
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

3 participants