Tag: optimization
All the articles with the tag "optimization".
-
Go 1.26: Stack vs Heap Allocation — Faster Code Without Changing a Line
3 min read goGo 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.
-
Reducing OpenClaw Heartbeat Token Usage
4 min read openclawRunning an AI agent 24/7 sounds cool until you see the token bill. Here's how to cut your heartbeat costs.