Increasing performance by reducing thread scheduling overhead and lock contention.| healeycodes.com
How I used my own Rust tool to ship 175 quality pixel fonts.| chevyray.dev
SBrain, or Semantic Brain, is a language based on Urban Müller’s famous language Brainf*ck with only 8 symbols (3 bit instructions). SBrain’s additions increase the number of symbols to 32 (6 bit instructions), including bit-shifting and arithmetic, and add a stack and a register.| nora.codes
Lessons learned from scaling a Rust code base.| mmapped.blog
Yet another programming blog. Thoughts on software and related misadventures.| Bit Bashing
Rusting My (Academic) Code| emallson.net
Empowering everyone to build reliable and efficient software.| blog.rust-lang.org
[Rust Search Extension] is an indispensable browser extension for Rustaceans looking to search for docs and crates. One of its most powerful features is its ability to instantly search the top 20K cra| rustmagazine.org
Local Async Executors and Why They Should be the Default| maciej.codes