Skip to content

Commit

Permalink
Merge pull request #42 from asher-gh/main
Browse files Browse the repository at this point in the history
Typo in appendix
  • Loading branch information
tnballo authored Oct 29, 2023
2 parents 60c6393 + 27ba69c commit 915b303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chp16_appendix/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ But we'll use it to wrap up this aside on types and reliability.
> Go is a popular, modern, statically-typed, natively-compiled programming language.
> It has fantastic concurrency support.
> But garbage collection makes it unsuitable for a wide range of systems programming tasks.
> Go has to "pause" your entire program at unpredictable internals and execute an algorithm to clean up memory.
> Go has to "pause" your entire program at unpredictable intervals and execute an algorithm to clean up memory.
> This is often unacceptable for real-time and low-latency systems.
>
> Rust helps you wrangle memory at compile time, inserting allocation/deallocation logic based on variable scope.
Expand Down

0 comments on commit 915b303

Please sign in to comment.