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

refactor(iroh-bytes): Weak entry map #2080

Merged
merged 3 commits into from
Mar 14, 2024
Merged

refactor(iroh-bytes): Weak entry map #2080

merged 3 commits into from
Mar 14, 2024

Conversation

rklaehn
Copy link
Contributor

@rklaehn rklaehn commented Mar 14, 2024

Description

refactor(iroh-bytes): Weak entry map

Get rid of some of the drop complexity by storing a weak handle map. The handles themselves have a strong reference, so they are still easy to use.

Notes & open questions

Change checklist

  • Self-review.
  • Documentation updates if relevant.
  • Tests if relevant.

@rklaehn rklaehn requested a review from dignifiedquire March 14, 2024 08:46
@rklaehn rklaehn merged commit c56f12e into bao-file Mar 14, 2024
18 of 19 checks passed
@rklaehn rklaehn deleted the weak-entry-map branch March 14, 2024 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants