Unbounded channel memory never goes down - is this expected?

⚓ Rust    📅 2025-09-23    👤 surdeus    👁️ 8      

surdeus

Warning

This post was published 38 days ago. The information described in this article may have changed.

When 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

Read full topic

🏷️ Rust_feed