Why Rust is Successful

This presentation was recorded at GOTO Berlin 2017 http://gotober.com Florian Gilcher – Professional Programmer & Co-founder of asquera ABSTRACT Over the las… Read more

Similar

How to think about `async`/`await` in Rust

(This is a section of the lilos intro guide that people seemed to like, so to increase its visibility, I’m lifting it up into its own post and expanding it a bit. I hope this is a useful companion piece to the post on async debugging I posted this morning... (more…)

Read more »

Making Rust as Fast as Go

Go is garbage collected, rust is not. That means rust is faster than go, right? No! Not always. Let’s take an example that I stumbled across while playing around with an algorithm that calculates Levenshtein edit distances. I wanted to compare the perform... (more…)

Read more »