Robin Raymond: Rusty Python - A Case Study

Описание к видео Robin Raymond: Rusty Python - A Case Study

Python is a very expressive and powerful language, but it is not always the fastest option for performance-critical parts of an application. Rust, on the other hand, is known for its lightning-fast runtime and low-level control, making it an attractive option for speeding up performance-sensitive portions of Python programs.

In this talk, we will present a case study of using Rust to speed up a critical component of a Python application. We will cover the following topics:

An overview of Rust and its benefits for Python developers
Profiling and identifying performance bottlenecks in Python application
Implementing a solution in Rust and integrating it with the Python application using PyO3
Measuring the performance improvements and comparing them to other optimization techniques

Attendees will learn about the potential for using Rust to boost the performance of their Python programs and how to go about doing so in their own projects.

Комментарии

Информация по комментариям в разработке