Rust flashcards written in markdown. Includes script to convert them to an Anki deck or PDF file. - ad-si/Rust-Flashcards... (more…)
Read more »
If you're looking to write fast code in Rust, good news! Rust makes it really
easy to write really fast code. The focus on zero-cost abstractions, the
lack of implicit boxing and the static memory management means that even naïve
code is often faster than... (more…)
Read more »
Niklas Long describes the upcoming changes to Rustler and how it simplifies implementing NIFs. (more…)
Read more »
Rust is a statically compiled, fast language with great tooling and a rapidly growing ecosystem.
That makes it a great fit for writing command line applications:
They should be small, portable, and quick to run.
Command line applications are also a great ... (more…)
Read more »
I read the excellent post [Optimizing a WebGPU Matmul Kernel for 1TFLOP+... (more…)
Read more »