eclipse-score / eclipse-score/kyron
[Kyron] spmc broadcast channel internal implementation improvements
Open
- Dominant language
- Rust
- Stars
- 2
- Forks
- 12
- Avg merge
- 21h 55m
- Merged PRs (30d)
- 4
Description
Currently, spmc broadcast uses spsc for each receiver. We probably shall change all that to use
single-producer-multiple-readers queue with additional surrounding to save memory and also simplify handling of errors. However, that may be quite more complex implementation.
DoD:
- come up with a proposal on how to improve the current implementation
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.