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.
—from The Rust Programming Language, a book by Steve Klabnik & Carol Nichols
Active since February 1, 2019.
480 total characters in this text.
View Pit Stop page for this text
Universe | Races | Average WPM | First Race |
---|---|---|---|
Default (English) | 4,973 | 86.81 | February 1, 2019 |
ᗜ Stenography | 6 | 61.79 | April 19, 2022 |
Instant Death Mode | 2 | 133.58 | May 10, 2020 |
All TypeRacer Texts | 2 | 83.52 | May 18, 2021 |
Home of 2019's new texts | 1 | 124.79 | January 29, 2019 |