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

Поделиться
HTML-код
  • Опубликовано: 19 ноя 2023
  • “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 8 месяцев назад +3

    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!