» Tag
rust
200 postsWhy Rust services hold onto memory: glibc, jemalloc and munmap
A Rust service's RSS stayed flat after load tests. The cause wasn't a memory leak but glibc's arena-based allocator behavior; switching to jemalloc fixed it.
Chorus: A Fast Single-Writer WAL Built on Google Cloud Storage
Chorus is a single-writer WAL built directly on Google Cloud Storage, delivering regional durability at single-zone latency without Kafka or etcd.
Kars: A Kubernetes-Native Zero-Trust Runtime for AI Agents
Kars runs each AI agent in an isolated Kubernetes sandbox, routing every external call through a Rust-based zero-trust broker with no agent-held credentials.
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.comTaffy: A Flexible, High-Performance UI Layout Library
Taffy is a flexible, high-performance UI layout library written in Rust.
Exploring Database Internals with Rust: Measured Insights
A curriculum on database internals using Rust benchmarks for hands-on learning. Explore 44 topics with measurable insights.
Mandible TUI: Rust-Based CLI Manual Viewer
Mandible serves as a Rust-based CLI tool that allows easy viewing of command-line tool documentation.
Meta Garbage Collection: Using OCaml's GC for Rust Optimization
Soteria Rust utilized OCaml's garbage collector to resolve performance issues in Rust.
Freya 0.4: Major Update to Rust GUI Library
Freya 0.4 is a significant update for the Rust GUI library, featuring a new reactive model and enhanced API for a better developer experience.
EULLM: EU-Sovereign LLM Engine for Windows, Linux, and Mac
EULLM is an open-source LLM engine aimed at EU sovereignty, achieving 10 tok/s on ARM CPU without GPU.
Pgrust: Rewriting Postgres in Rust Through AI
Explore the Pgrust project, which rewrites Postgres in Rust and its implications.