Media Summary: One of the best ways to understand the performance characteristics of a running program is to use a Menhir and Friends: the State of the Art of Parsing in Rust by Naomi Testard In this talk we present Menhir, a very powerful LR ... Where is the slow coming from? How do you make your Python code faster? The first step is measuring what part is actually slow.
Rustconf 2023 Profiling Async Applications - Detailed Analysis & Overview
One of the best ways to understand the performance characteristics of a running program is to use a Menhir and Friends: the State of the Art of Parsing in Rust by Naomi Testard In this talk we present Menhir, a very powerful LR ... Where is the slow coming from? How do you make your Python code faster? The first step is measuring what part is actually slow. --- What to do when a program is slower than what we'd like? Where ... If you're fed up with adding Send + Sync + 'static everywhere and using Arcs and Mutexes for every state when using