Post #2609344
2025-11-25 15:26 UTC
In case anyone else needs to hear it: `Vec::with_capacity(user_input)` is probably a bad idea and will eat your RAM when you least expect it. At least put a `.min(reasonable_max)` on it. #rustlang
Replies (0)
No replies.