On Dec 31, 2013, at 7:40 PM, Jason Fager <[email protected]> wrote: > If you're pushing to an unbounded vec in a tight loop you've got fundamental > design issues.
Or you’re processing user input. A rather trivial example here is parsing a file into lines. If I have 2GB of RAM and I throw a 4GB file at that parser, I’m going to have issues. -Kevin
_______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
