aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental/util/idhash.c
Commit message (Collapse)AuthorAge
* api: Promote idhash supplemental API to coreGarrett D'Amore2025-01-04
|
* idhash: add nng_id_visit APIGarrett D'Amore2024-08-11
| | | | | | 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.
* fix idhash not publicGarrett D'Amore2024-01-06
We accidentally made idhash not public by not publishing its header in the right place. This is really generic utility stuff, so we have posted it in the nng/supplemental/util/ directory. We've also removed the ability to remove this -- its a very small amount of additional code, as its just a wrapper on top of mandatory functionality.