Skip to content

Use predecessor min() and max() data in IsInNode #581

Description

@fastbodin

In its current implementation, IsInNode creates its state data structure without any knowledge about its predecessors min and max values. For integral predecessors, we could optimize this by preallocating the memory at construction. This could open up the door for different data structure (as opposed to the current std::unordered_map), e.g. a modified sparse set.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions