Join the Rustikon afterparty, collocated with the well known and loved Scalar Conference pre-party!
Let's grab a beer and chat with other Scala and Rust enthusiasts in a fun, casual atmosphere!
The meetup will be held at Centrum Zarządzania Światem starting at 7:00 PM and goes on until late. Other food and drink options will be available.
You’re welcome to join, even if you’re not attending the conference the next day!
The event is organized by SoftwareMill & Iterators.
Should you dig the hype and default to Embassy when starting new microcontroller project? How it works and what does it bring to the table? Let's compare and measure the same IoT app written in sync and async Rust.
We will explore some ways to make Async Rust programming more enjoyable and more efficient at the same time.
After spending many happy years in Scala, not mutating anything but copying objects faster than rabbits breed I ventured into the world where each allocation is carefully examined and it is perfectly normal to reuse the same list for different purposes.
I applied PGO to many kinds of software, collected a lot of carefully hidden traps on my journey, and found multiple ways how to avoid them. In this talk, I want to share with you my experience.
In this talk, we'll explore reasoning with async Rust. We'll be introduced to its fundamental building blocks, such as `async`, `await`, `join` and `select`, and learn how to predict the behavior of code written with them.