Tagged: rust
Showing 1–5 of 10 articles
RTK: reducing token usage in LLM workflows A CLI proxy that compresses command output before it reaches your LLM context. 60-90% savings on git, cargo, and test output. Built in Rust with zero dependencies. Read article Shipping to Four Registries From One Git Tag One tag push builds native binaries, WASM, publishes to crates.io, npm, and GitHub Releases, and updates a Claude Code skill. The full pipeline for ilo. Read article Same API in Python, Node, Rust, and Go The same three-endpoint JSON API built nine ways across Python, Node, Rust, and Go. What each framework gets right and what makes you swear. Read article From 1,696ns to 3ns: Five Layers of VM Optimisation The full performance story of ilo's VM. Tree-walker to bytecode to register VM to JIT, with real numbers at each step. Read article Stealing From LuaJIT and V8: What Works in Rust and What Doesn't I tried to port performance tricks from LuaJIT and V8 to a Rust bytecode VM. Some translated beautifully. Others fought the language at every step. Read article