How to rewrite it in Rust - Jeremy Lempereur | Mainmatter and Rust Paris - October 2023

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ต.ค. 2024
  • “How to rewrite it in Rust”
    Speaker: Jeremy Lempereur, Rust engineer at Apollo GraphQL. Abstract: An API Gateway is mission critical software. It needs to be extremely reliable, and incur the lowest possible overhead. Which is a perfect match for Rust! In this presentation we will:
    Weigh pros and cons of switching to Rust.
    See how to progressively rewrite a large codebase in Rust.
    See how to have guardrails to make sure the new code behaves like the legacy one.
    Have a look at debugging, profiling and monitoring a Rust codebase.

ความคิดเห็น • 1

  • @veciolupo
    @veciolupo 10 หลายเดือนก่อน +4

    This is super interesting for myself a developer. Believe the architects and decision-makers will find lot of essencial information here. Thanks Marco for sharing this great presentation!