» Tag
rust
55 posts«August 2026
Building High-Performance Flat 2D Arrays in Rust (SIMD, L1 Cache)
Learn to build a high-performance 2D array structure in Rust, enhancing performance with SIMD and L1 cache.
Measuring Apple M4 Cache Latency Using Rust
A Rust microbenchmark was used to measure cache latency in the Apple M4 processor. Results validate the L1 and L2 structure.
Rust fearless_SIMD v0.7: 64-bit Integers, Improved Generics, and SSE2
fearless_simd v0.7 brings 64-bit integer support, SSE2 enhancements, and improved generics, marking a significant update for engineers.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comGenerating Typed JDBC Code from SQL Files
Learn about generating typed JDBC code from SQL files for Kotlin.
Wallr: A Native Wayland Wallpaper Engine
Wallr is a Wayland wallpaper engine offering GPU-driven transition effects. It allows customization with 11 different effects.