Skip to content

Performance - bearing propagation #5

@hschneid

Description

@hschneid

Currently every search for possible insert positions, checks the bearing capacity of items. Therefore all lower items are checked.

If there would be an additional data structure, which remembers the still open bearing capacity of upper items, there check would be faster. Only a little bit more effort in adding an item, because the bearing of lower items must be checked.

This features should be available first only for AddContainer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions