Dear Rustaceans,
our next Meetup will be on Monday 2018-03-12, 19:15 CET at the C4. Yes, a Monday!
We'll have two short talks for you, followed by the usual open discussion and mingling.
Agenda:
-
Rust Audio analysis - A lightning talk about a personal project for analyzing audio files
Rust can be used in many ways. One area is for working with audio data.
I always wanted a real-time tool to analyze the sound spectrum in front of my apartment door.
In particular, I'm interested in the number of car honks throughout the day and its distribution.
So I read an audio stream, split it into small chunks, and run a Fourier analysis on it.
My assumption is, that you can see a higher amplitude in a certain band of frequencies when a car honk occurs.
Let's see how it turns out. -
Caches and You
One of the great things about Rust is that it gives you a lot of control if you need it.
Amongst other things it gives you control over memory. How big is your data structure really, and where should it be allocated.
This talk will look at caching in modern CPUs in conjunction with Rust data types and data structures.
We will see how efficient code can be written to best utilize the cache.
You can register here and you can find more information on rust.cologne.
We are looking forward to seeing you.
Yours,
Pascal and Florian
The meetup will likely be held in German, we will however reevaluate this at the beginning of the evening and may switch to English if needed.