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
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
If you have a fediverse account, you can quote this note from your own instance. Search https://mastodon.social/users/killercup/statuses/115611034353120968 on your instance and quote it. (Note that quoting is not supported in Mastodon.)