View Pit Stop page for race #910 by slugg — Ghost race
| Official speed | 68.12 wpm (84.56 seconds elapsed during race) |
|---|---|
| Race Start | May 27, 2020 10:19:03pm UTC |
| Race Finish | May 27, 2020 10:20:28pm UTC |
| Outcome | No win (4 of 5) |
| Opponents |
2. faster_babe (75.42 wpm) |
| Accuracy | 97.0% |
| Points | 90.83 |
| Text | #4180044 (Length: 480 characters) All programs have to manage the way they use a computer's memory while running. Some languages have garbage collection that constantly looks for no longer used memory as the program runs; in other languages, the programmer must explicitly allocate and free the memory. Rust uses a third approach: memory is managed through a system of ownership with a set of rules that the compiler checks at compile time. None of the ownership features slow down your program while it's running. |