kydos
kydos
The current implementation of zenoh shared memory allocators retrieves the memory for dealing with free list on the shared memory segment. This decision was taken at the time when we...
It would be desirable to have a zenoh-net API to receive notifications about new sessions being established and potentially sessions being closed. The properties of the session should be passed...
zenoh is an innovative communication framework entirely written in async Rust. We focus on performance, safety and usability. We think that zenoh fills an important gap in the async Rust...
Hello Everyone, First of all thanks very much for the great work on async-std. We are making heavy use of this framework in [zenoh](http://zenoh.io) and have remarked a major performance...
[zenoh](https://crates.io/crates/zenoh) is an innovative communication framework entirely written in async Rust. We focus on performance, safety and usability. We think that [zenoh](https://crates.io/crates/zenoh) fills an important gap in the async Rust...
`dds_read_wl`/`dds_take_wl` allows to read/take samples while loaning the memory that holds the samples themselves. However these APIs currently assume that the `buf` passed il pre-allocated to provide, say **n** slots....
### Describe the bug Zenoh's storage manager caches some storage configuration information on under "zenoh home" to avoid querying back-end that are not low-latency at start-up. This is a good...
### Describe the feature Distributed mutual exclusion comes handy in a few distributed algorithms. It would be nice to have at least an implementation of distributed mutex in **zenoh-ext**.
The Eclipse Zenoh project is an async-std power-user. Thanks for adding us to the Ecosystem as we've also done plenty of performance characterisation and evaluations comparing async-std to Tokio for...
### Describe the feature The API documentation has lost some important information and examples that used to be there. This should be re-instated before ASAP.