» Tag
rust
6 postsChorus: 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.
distributed-systemsgoogle-cloudwrite-ahead-logrustProtobuf-py: Protocol Buffers for Python, No Compromises
Protobuf-py is a from-scratch Python Protocol Buffers library that covers the full spec and matches Google's C-based upb engine with a Rust accelerator.
protobufpythonrustgrpcPi Agent Rust: A High-Performance AI Coding Agent CLI in Rust
pi_agent_rust is a Rust rewrite of Mario Zechner's Pi Agent, offering a single binary, instant startup, and hardened extension security for terminal AI coding.
rustai-agentscli-toolsdeveloper-toolsFrankenMarkdown: A Zero-Dependency Rust Markdown Engine
FrankenMarkdown v0.3.0 is a zero-dependency Rust engine rendering Markdown into byte-identical HTML and PDF, running natively and via WASM in the browser.
rustmarkdownwasmpdfRTS: A Rust-Based TypeScript-to-Native Compiler and Runtime
RTS compiles TypeScript directly to native code via Cranelift, skipping V8 entirely. With JIT/AOT modes, a custom Rust standard library and its own HTML/CSS engine, it targets true native performance.
typescriptrustcompilerscraneliftCache-Conscious Data Layout in Rust: Field Zoning and False Sharing
Exploring field zoning, cache alignment, and false-sharing prevention for multi-core Rust data structures, illustrated through an SPSC ring buffer design.
rustperformanceconcurrencycache-optimization