Articles by tag: zero-allocation
Zero-allocation IO for Go contests
Six solutions for fast input-output in Go without allocations: bufio.Reader, generics, scratch-buffers. Benchmarks, code, inline-utility. For middle/senior developers.
Zig for network daemons: MTProto and AI experience
Zig analysis in real projects: zero-allocation proxy, vtable for AI, comptime TLS. Comparison with C/Rust, allocation-free architecture. For middle/senior dev.