Skip to content

implement optimized prefix-set search #18

Description

@nicolaskagami

The current approach is optimized for longest-prefix-match. There are other applications to this poptrie approach, such as a prefix-set doing "any-prefix" match for ACLs. In reality, the inner structure can be optimized for shortest-prefix matching by not constructing unnecessary internal nodes.

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