Skip to content

make poptrie generic over Prefix instead of Key#10

Merged
nicolaskagami merged 4 commits into
mainfrom
nsk/prefix-key
Mar 10, 2026
Merged

make poptrie generic over Prefix instead of Key#10
nicolaskagami merged 4 commits into
mainfrom
nsk/prefix-key

Conversation

@nicolaskagami

@nicolaskagami nicolaskagami commented Mar 7, 2026

Copy link
Copy Markdown
Owner

What does this PR add?

  • Prefix as the new "key" generic for Poptrie
  • Address is now the name for the old Key.

closes #2

Details

  • Tried to remove bounds on Address by changing the extract* functions to be methods of Address but couldn't keep performance like that. This will be revisited.

@nicolaskagami nicolaskagami changed the title wip conversion to use prefix as key make poptrie generic over Prefix instead of Key Mar 10, 2026
@nicolaskagami
nicolaskagami merged commit 8fdcda5 into main Mar 10, 2026
1 check passed
@nicolaskagami
nicolaskagami deleted the nsk/prefix-key branch March 10, 2026 19:22
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.

change Key into Prefix

1 participant