Articles by tag: systems-programming
Solod: Go without GC with compilation to C
Solod is a subset of Go with manual memory management, compiles to C11. Benchmarks, features, integration with C. Ideal for systems programming. Learn more.
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.