kydos

Results 14 issues of kydos

The implementation for the contiguous operation is sub-optimal for the case in which we have multiple slices. This code: https://github.com/eclipse-zenoh/zenoh/blob/7a4744576e21c85d31b1527b2c4bf2230e5152e8/commons/zenoh-buffers/src/lib.rs#L105 Should be rewritten to look something like: ``` _ =>...

enhancement

Copyright headers are out of date and some inconsistent.

### Describe the bug It appears that the `complete` attribute of storages is a string as opposed to a bool. See: `"storage_manager": { "storages": { "mystore": { "key_expr": "foo/**", "volume":...

bug

### Describe the feature We should not fail allocating a buffer that not have a size multiple of the alignment. We should just round it to the closest multiple (bigger...

new feature