tstats[xander360] (xander360)

Race #4201

View Pit Stop page for race #4201 by xander360Ghost race

View profile for tstats[xander360] (xander360)

Official speed 53.95 wpm (106.77 seconds elapsed during race)
Race Start September 15, 2020 3:29:36am UTC
Race Finish September 15, 2020 3:31:23am UTC
Outcome No win (5 of 5)
Opponents 1. full_moon (86.00 wpm)
2. bobpopp (79.23 wpm)
Accuracy 97.0%
Points 71.93
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.