about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
diff options
context:
space:
mode:
authorJohn Kleint <jk@hinge.co>2014-10-19 20:49:10 -0400
committerJohn Kleint <jk@hinge.co>2014-10-21 09:09:32 -0400
commitf0b7065e6f2d8dcd64c536bb4ce3066186850a09 (patch)
tree5298b9ebc7900154398a5f222dd43dc44b4e9ea4 /src/libsyntax/parse/parser.rs
parente8cc3f26ec998181a883d79c9a668fe55695e681 (diff)
downloadrust-f0b7065e6f2d8dcd64c536bb4ce3066186850a09.tar.gz
rust-f0b7065e6f2d8dcd64c536bb4ce3066186850a09.zip
Guide: articulate the advantages of ownership over garbage collection.
Explain the primary disadvantage of garbage collection is runtime
overhead and unpredictable pauses.  Elucidate where the name "race
condition" comes from.  Emphasize that Rust can guarantee your code is
free of race conditions and other memory errors, with no runtime
overhead.
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
0 files changed, 0 insertions, 0 deletions