From e0158c5d45f712faa3dfced17f8eb6a1939f828a Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Sun, 11 Mar 2018 16:30:20 +0100 Subject: Fixing a link --- content/blog/101_rust_is_awesome.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') 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. -- cgit v1.2.3