Articles by tag: zig
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.
Zig vs C: CLI utility in 1000 lines without errors
Switch from C to Zig: log analyzer logz from 3147→1089 lines, +33% speed, no segfaults. Code, benchmarks, pitfalls. For middle/senior dev.