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

Indexed multi map #37

Merged
merged 46 commits into from
Jun 12, 2024
Merged

Indexed multi map #37

merged 46 commits into from
Jun 12, 2024

Conversation

density215
Copy link
Member

@density215 density215 commented May 29, 2024

Move the leaf data structure from rotonda (HashMap keyed on peer ids) to the store, since updating them in the store would be more efficient (not having to clone and replace the complete HashMap). We're using a flurry map (a concurrent hashmap) in for that.

We are also replacing the BTreeSet in Rotonda with bitmap indexes in the store, to iterate for one peer id more efficiently over the complete concurrent RIB in the store.

@density215 density215 requested a review from DRiKE June 12, 2024 09:51
@density215 density215 marked this pull request as ready for review June 12, 2024 09:51
@density215 density215 merged commit 5e96844 into main Jun 12, 2024
12 checks passed
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.

2 participants