In my session, I want to present hotpath and channels-console libraries and explain how they compare to other profiling tools available.

Hi. I'm the author of https://github.com/pawurb/hotpath and https://github.com/pawurb/channels-console crates. Hotpath has gained over 1k GitHub stars in just 2 months after the release. I'm currently working on unifying them in a single crate for instrumenting various performance aspects of Rust apps. I'll also be adding the MCP/LLM interface to enable providing all the metrics context for AI-powered debugging sessions. I've implemented similar integration for one of my Ruby projects https://github.com/pawurb/rails-pg-extras-mcp.
In my session, I want to present these libraries and explain how they compare to other profiling tools available. Session will be practical, with live-coding examples, and showcasing some nontrivial performance/memory optimizations.
I have experience delivering tech speeches on LRUG and WRUG (Łódź and Warsaw Ruby user groups).
This talk explores what it means to write scientific software that lives up to the standards we expect of science itself.
In this talk, we'll explore the current state of AI development in Rust, highlighting key crates, frameworks, and tools. Covering the essentials from ML and NLP to integrating LLMs and agent-based automation.
This talk puts popular Rust rewrites to the test. We'll examine how these tools stack up against their battle-tested predecessors, looking at real-world performance, compilation times, binary sizes, feature completeness, and ecosystem maturity.
During this talk we'll build a basic, working async runtime using nothing more than a standard library. The point? To see it's approachable for mere mortals.
In this talk, we’ll explore battle-tested best practices for integrating Claude Code into a professional Axum development workflow without compromising on Rust’s core values: correctness, clarity, and maintainability.
This technical talk examines the most prevalent pain points facing Rust web developers today and explores how the community is addressing them.