Tag
Tag:optimization
All the articles with the tag "optimization".
Feb 28, 2026 · 3 min readgo
Go 1.26: Stack vs Heap Allocation — Faster Code Without Changing a Line
Go 1.26 ships with compiler optimizations that move more slice allocations from the heap to the stack. Your existing code gets faster without a refactor.
Continue reading →Feb 01, 2026 · 4 min readopenclaw
Reducing OpenClaw Heartbeat Token Usage
Running an AI agent 24/7 sounds cool until you see the token bill. Here's how to cut your heartbeat costs.
Continue reading →