diff options
author | Paul Duncan <pabs@pablotron.org> | 2022-01-29 13:55:15 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2022-01-29 13:55:15 -0500 |
commit | 94a2739c895a125a26606dc2307319252ef3b197 (patch) | |
tree | e3c2b64b3672f0fe8007d24065c69e6605e8e48c /content/posts/2021-12-31-tiny-binaries.md | |
parent | 86df58658691d7be41b29f0ea880defe4f67689d (diff) | |
download | pablotron.org-94a2739c895a125a26606dc2307319252ef3b197.tar.bz2 pablotron.org-94a2739c895a125a26606dc2307319252ef3b197.zip |
content/posts: fix short links and improve wording in a couple older posts
Diffstat (limited to 'content/posts/2021-12-31-tiny-binaries.md')
-rw-r--r-- | content/posts/2021-12-31-tiny-binaries.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/posts/2021-12-31-tiny-binaries.md b/content/posts/2021-12-31-tiny-binaries.md index a79b760..0869866 100644 --- a/content/posts/2021-12-31-tiny-binaries.md +++ b/content/posts/2021-12-31-tiny-binaries.md @@ -11,8 +11,8 @@ Each binary does the following: 1. Print `hi!` and a newline to [standard output][stdout]. 2. Return an exit code of `0`. -I tested [Assembly][], [C][], [Go][], and [Rust][] with various -combinations of optimizations and build options. +I tested [Assembly][], [C][], [Go][go], and [Rust][rust] with various +optimization and build option combinations. Here's a plot of the results (**note:** [log scale][] X axis): |