High performance programming in C, C++, Rust, and Assembly languages... (more…)
Read more »
Using the Shazam audio fingerprinting algorithm, SongRec can identify a song from an audio file or using the microphone. It's written in Rust + Gtk3. (more…)
Read more »
Everyone knows Google. For almost the entire’s internet lifetime, the Google search page has been the starting point of almost any internet user’s surfing session.
To be able to serve search requests of (almost) anything that can be found on the internet,... (more…)
Read more »
Tokio is a Rust framework for developing
applications which perform asynchronous I/O — an event-driven
approach that can often achieve better scalability, performance, and
resource usage than conventional synchronous I/O. Unfortunately, Tokio
is notorio... (more…)
Read more »
In my last post about Zig and Rust, I mentioned that Rust is a scalable language.
Let me expand on this a bit. (more…)
Read more »