Static Allocation with Zig
Source: Hacker News
Article URL: https://nickmonad.blog/2025/static-allocation-with-zig-kv/
Comments URL: https://news.ycombinator.com/item?id=46422009
Points: 15
Source: Hacker News
Article URL: https://nickmonad.blog/2025/static-allocation-with-zig-kv/
Comments URL: https://news.ycombinator.com/item?id=46422009
Points: 15
Building a Kernel‑Level Interrupt Handling System Building a kernel from scratch is one thing. Mastering its interrupt system is another. In this article we’ll...
The Journey: From Web Development to Systems Programming I’ve learned a lot building Zedis, a Redis‑compatible in‑memory database, and I encourage you to try t...
You know that feeling when you push code at 3 AM and you’re pretty sure you left a // FIXME: somewhere? Yeah. We all do. VibeCheck is a high‑performance Zig CLI...
A Deep Dive into Memory Management & GC‑Related Performance Traps As an engineer who has tackled countless performance‑tuning cases, I know how crucial memory...