Presentation: Next Gen Networking Infrastructure With Rust

Track: 21st Century Languages

Location: Empire Complex, 7th fl.

Duration: 1:40pm - 2:30pm

Day of week:

Slides: Download Slides

Level: Advanced

Persona: Developer

This presentation is now available to view on InfoQ.com

Watch video

Abstract

As the world becomes ever more connected, the scale and sophistication of network infrastructure software is increasing dramatically. However, the requirements for this software are as stringent as ever: it must not only be fast, it must be safe, i.e. able to process untrusted data without crashing or being vulnerable to security exploits. Traditionally, these two requirements have been at odds: network programmers had to pick a language that either offered speed or safety. Enter Rust, a new language that lets you have your cake and eat it too. Rust compiles to native code, while ensuring at compile time that the resulting  programs are memory safe. But Rust provides even more: its higher-order abstractions enable expressive programs and powerful memory management techniques without imposing a runtime cost. In this talk, we’ll show how Rust’s “zero cost abstractions” can be leveraged to provide a networking platform that provides expressiveness, speed, and safety with tradeoffs between them. We describe how these techniques are used in Conduit, a “service mesh” proxy for the next generation of cloud native applications.

Speaker: Carl Lerche

Senior Software Engineer

Carl has authored and contributes to many open source Rust libraries, including Tokio, a platform for writing fast networking code. He is a software engineer at Buoyant.

Find Carl Lerche at

Similar Talks

Scaling Infrastructure Engineering at Slack

Qcon

Senior Director of Infrastructure Engineering @Slack

Julia Grace

CockroachDB: Architecture of a Geo-Distributed SQL Database

Qcon

CockroachDB maintainer, Co-founder & CTO @CockroachDB

Peter Mattis

Multi-Language Infrastructure as Code

Qcon

Founder and CEO @PulumiCorp

Joe Duffy

AMA w/ Bryan Cantril

Qcon

Co-Creator DTrace, Co-Founder Fishworks Sun Microsystems, & Currently CTO @Joyent

Bryan Cantrill