eclipse-zenoh / zenoh

zenoh unifies data in motion, data in-use, data at rest and computations. It carefully blends traditional pub/sub with geo-distributed storages, queries and computations, while retaining a level of time and space efficiency that is well beyond any of the mainstream stacks.
https://zenoh.io
Other
1.52k stars 163 forks source link

fix: use slab instead of hashmap + atomic counter #1606

Open wyfo opened 1 week ago

wyfo commented 1 week ago

Allow managing rollover and uniqueness, as well as being faster to access.

github-actions[bot] commented 1 week ago

PR missing one of the required labels: {'enhancement', 'dependencies', 'breaking-change', 'internal', 'documentation', 'bug', 'new feature'}

Mallets commented 1 day ago

@wyfo what's the status of this PR?