| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | api: Promote idhash supplemental API to core | Garrett D'Amore | 2025-01-04 |
| | | |||
| * | idhash: add nng_id_visit API | Garrett D'Amore | 2024-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 public | Garrett D'Amore | 2024-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. | |||
