BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Presentations Next Gen Networking Infrastructure with Rust

Next Gen Networking Infrastructure with Rust

Bookmarks
49:57

Summary

Carl Lerche shows how Rust’s “zero cost abstractions” can be leveraged to provide a networking platform that provides expressiveness, speed, and safety with tradeoffs between them. He describes how these techniques are used in Linkerd, a “service mesh” proxy for the next generation of cloud native applications.

Bio

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

About the conference

Software is changing the world. QCon empowers software development by facilitating the spread of knowledge and innovation in the developer community. A practitioner-driven conference, QCon is designed for technical team leads, architects, engineering directors, and project managers who influence innovation in their teams.

Recorded at:

Aug 03, 2018

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

  • C++ is not C

    by Sijmen Mulder,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    C and C++ have evolved to be very different languages. C++ has a type system that is used by the standard library to provide fairly strong memory management primitives. Despite not offering the same sort of guarantees as Rust, the notion that you need to do your own memory management in C++ is simply not true.

    Now as for C, the problems as outlined in the presentation do exist. (But it shines in other respects, such as portability.)

  • Why not Reactive

    by Emmanuel EFUFA,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    can a networking Library like Tokio built using Reactive Programming with Vert.x

  • please fix slides part of the lecture-view

    by dev tesmari,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    seems the person-view has proper slides embedded, while the slide-view only has static title picture

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT