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

idhash: add nng_id_visit API #1863

Merged
merged 1 commit into from
Aug 12, 2024
Merged

idhash: add nng_id_visit API #1863

merged 1 commit into from
Aug 12, 2024

Conversation

gdamore
Copy link
Contributor

@gdamore gdamore commented Aug 12, 2024

This allows an efficient way to iterate over the entries stored in an ID hash. The iteration is fast, and requires no additional storage. The order of iteration is not guaranteed.

fixes #

Note that the above format should be used in your git commit comments.
You agree that by submitting a PR, you have read and agreed to our
contributing guidelines.

This allows an efficient way to iterate over the entries
stored in an ID hash. The iteration is fast, and requires no
additional storage.  The order of iteration is not guaranteed.
Copy link

codecov bot commented Aug 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.68%. Comparing base (6e5cf29) to head (d3652db).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1863      +/-   ##
==========================================
- Coverage   79.73%   79.68%   -0.06%     
==========================================
  Files          95       95              
  Lines       21613    21628      +15     
==========================================
+ Hits        17234    17235       +1     
- Misses       4379     4393      +14     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gdamore gdamore merged commit d3652db into master Aug 12, 2024
17 of 18 checks passed
@gdamore gdamore deleted the gdamore/idhash-walk branch August 12, 2024 06:53
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.

1 participant