Unbounded channel memory never goes down - is this expected?
⚓ Rust 📅 2025-09-23 👤 surdeus 👁️ 8When working with unbounded_channel, I’ve observed that memory consumption increases over time but does not decrease. My question is: does the implementation intentionally retain allocated memory for reuse, or should memory be released after items are consumed?
3 posts - 2 participants
🏷️ Rust_feed