Recently on a project I wrote some audio processing code in Rust. In the past I've used C++ to write audio processing code for situations where performance was critical. I wanted to take that C++ optimisation experience and see what is possible using Rust... (more…)
Read more »
After reading Tensorflow’s original paper I learnt that four of its authors were authors of Microsoft Naiad’s research paper too. Naiad… (more…)
Read more »
In May last year I wrote a blog post on how Rust had evolved from the 1.0 release to 1.78. I found it really interesting to group all the changes together by topic, rather than seeing the language evolve one release at a time. We're now at 1. (more…)
Read more »
RROS is a dual-kernel OS for satellites or other scenarios that need both real-time and general-purpose abilities. RROS = RTOS (Rust) + Linux (C). - GitHub - BUPT-OS/RROS: RROS is a dual-kernel OS... (more…)
Read more »
A Rust Driver for GFX PACK by Pimoroni . Contribute to tracyspacy/pimoroni_gfx_pack development by creating an account on GitHub. (more…)
Read more »