» Tag
performance
5 postsPHP 8's JIT Compiler: How It Removes the Interpreter Tax
PHP 8's JIT compiles opcodes into native machine code, removing interpreter overhead. This piece covers OPcache, Tracing vs Function JIT, and CRTO tuning.
phpjitopcacheperformanceMeteor 3.5 Released: Change Streams and Performance Gains
Meteor 3.5 makes MongoDB Change Streams the default reactivity engine, delivering 40% more scalability, a pluggable DDP transport layer, and DDP session resumption.
meteormongodbwebsocketsperformancePi 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-toolsRTS: 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