Text Details
|
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.
—
The Rust Programming Language
(book)
by Steve Klabnik & Carol Nichols
|
| Language: | English |
| Submitted by: | an3223 |
This text has been typed
more than
1000 times:
| Avg. speed: | 83 WPM |
|---|---|
| Avg. accuracy: | 96.6% |
Top 10 scores for this text
| User | Speed | Accuracy | Points | Place | Date | |
|---|---|---|---|---|---|---|
| 1 | joshua728 | 221 WPM | 99.6% | 295 | 1/2 | Jan 16, 2023 |
| 2 | arenasnow | 205 WPM | 99.4% | 273 | 1/2 | Apr 19, 2019 |
| 3 | dragoncityjose | 190 WPM | 99.4% | 253 | 1/2 | Aug 11, 2025 |
| 4 | xanderec | 180 WPM | 98.9% | 241 | 1/2 | Sep 9, 2025 |
| 5 | deroche1 | 180 WPM | 99% | 240 | 1/2 | Feb 4, 2019 |
| 6 | arenasnow2 | 178 WPM | 98.5% | 237 | 1/3 | Dec 12, 2020 |
| 7 | arc_sec | 177 WPM | 98.4% | 236 | 1/1 | Jun 21, 2019 |
| 8 | landarian | 176 WPM | 99.6% | 235 | 1/3 | Jul 5, 2020 |
| 9 | supererik | 175 WPM | 99.6% | 234 | 1/2 | Oct 16, 2019 |
| 10 | shazman | 175 WPM | 98.8% | 233 | 1/1 | May 13, 2020 |