4 days ago
Moonstone — the modern, content-addressed package manager and deterministic environment orchestrator for Lua.
5 days ago
Query and aggregate massive datasets at 4.0 GB/s using SIMD-accelerated “Blind Scanning.” Up to 50x faster than jq.
6 days ago
Moonstone — the modern, content-addressed package manager and deterministic environment orchestrator for Lua.
13 Jul 26
29 Jun 26
If you’ve written network code in earlier versions of Zig or in C, then the patterns here will feel familiar. This post walks through building a minimal HTTP/1.1 server using nothing but the Zig standard library.The full source code for this blog post is available as a self-contained main.zig and main-async.zig with no external dependencies other than the Zig 0.16 standard library on GitHub.A Brief History of I/O In ZigZig 0.15.1 - “Writergate”: All existing std.io readers and writers were deprecated in favor of the new std.Io.Reader and std.Io.Writer. These are non-generic structs that hold both a vtable pointer and buffer. The buffer lives in the interface and not in the implementation.
If you’ve written network code in earlier versions of Zig or in C, then the patterns here will feel familiar. This post walks through building a minimal HTTP/1.1 server using nothing but the Zig standard library.The full source code for this blog post is available as a self-contained main.zig and main-async.zig with no external dependencies other than the Zig 0.16 standard library on GitHub.A Brief History of I/O In ZigZig 0.15.1 - “Writergate”: All existing std.io readers and writers were deprecated in favor of the new std.Io.Reader and std.Io.Writer. These are non-generic structs that hold both a vtable pointer and buffer. The buffer lives in the interface and not in the implementation.
12 Jun 26
What a ray of hope!
Phoenix is a new X server, written from scratch in Zig (not a fork of Xorg server). This X server is designed to be a modern alternative to the Xorg server.
05 Jun 26
04 Jun 26
C/C++ projects ported to use the zig build system
29 Apr 26
07 Apr 26
Set of Zig Plan9 packages.
04 Apr 26
Generate optimized zig code at compile time to do neural network inference.
02 Apr 26
01 Apr 26
Run LLMs on an AMD GPU. A cheaper alternative to running LLMs on an NVIDIA card?
31 Mar 26
21 Mar 26
08 Mar 26
session persistence for terminal processes