Faster (and Smaller) Uploads in Discourse with Rust, WebAssembly and MozJPEG

Doing image optimization on the browser for a better UX sharing pictures in Discourse… Read more

Similar

Rust Coding Style

This post is about a high-level Rust coding style (as in it doesn’t go into specific details), partly inspired by data-oriented design and partly by ML-based functional programming languages, which imho fits quite naturally into Rust and makes for ergonom... (more…)

Read more »

Four Years of Rust at OneSignal

OneSignal has been using Rust extensively in production since 2016, and a lot has changed in the last four years. We look back at how Rust has transformed the way we deliver notifications here at OneSignal. (more…)

Read more »

Rust gets a faster sort implementation

Hi everyone, this is my first PR. I've made some changes to the standard sort algorithm, starting out with a few tweaks here and there, but in the end this endeavour became a complete rewrite of it...

Read more »