diff --git a/content/posts/simple-tricks-for-faster-rust-programs.md b/content/posts/simple-tricks-for-faster-rust-programs.md index d4a06b8..865566d 100644 --- a/content/posts/simple-tricks-for-faster-rust-programs.md +++ b/content/posts/simple-tricks-for-faster-rust-programs.md @@ -5,6 +5,7 @@ slug = "simple-tricks-for-faster-rust-programs" tags = ["rust", "dev", "perf"] title = "Simple tricks for faster Rust programs" description = "Rust programs are pretty fast on their own, but you can slightly augment their performance with some simple tricks." +socialImage = "uploads/cuddlyferris.webp" +++ Rust is _pretty_ fast. Let's get that out of the way. But sometimes, _pretty_ fast is not fast enough. diff --git a/static/uploads/cuddlyferris.webp b/static/uploads/cuddlyferris.webp new file mode 100644 index 0000000..b227cf2 Binary files /dev/null and b/static/uploads/cuddlyferris.webp differ