aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2018-03-11 16:30:20 +0100
committerKatharina Fey <kookie@spacekookie.de>2018-03-11 16:30:20 +0100
commite0158c5d45f712faa3dfced17f8eb6a1939f828a (patch)
treea4e34b6d132011a52797cc182fdad184266e2b29
parent86811182297935203c0711af781e867912e22232 (diff)
Fixing a link
-rw-r--r--content/blog/101_rust_is_awesome.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/blog/101_rust_is_awesome.md b/content/blog/101_rust_is_awesome.md
index ede5e00..151339f 100644
--- a/content/blog/101_rust_is_awesome.md
+++ b/content/blog/101_rust_is_awesome.md
@@ -32,7 +32,7 @@ It's been nearly a year since I worked on this project (or the 5th iteration of
I had started programming in Rust before, during a very stressful time in 2016. And I never managed to get into it much. This year was different though. The toolchain had matured and maybe I had also matured as a developer. And maybe I was in a better state of mind to learn new concepts. Whatever it was, I'm glad it happened.
-Rust is a systems programming language by Mozilla. It's a compiled and safe language which prevents segfaults and allows for *fearless concurrency* (as they put it), without sacrificing speed. In fact, it runs [almost as fast as regular old C code]().
+Rust is a systems programming language by Mozilla. It's a compiled and safe language which prevents segfaults and allows for *fearless concurrency* (as they put it), without sacrificing speed. In fact, it runs [almost as fast as regular old C code](http://benchmarksgame.alioth.debian.org/u64q/rust.html).
Now though, that's only half the reason why Rust is amazing, and I will show in a moment how the first part of this story is in any way relevant.