4 days ago

Moonstone — the modern, content-addressed package manager and deterministic environment orchestrator for Lua.

by asciilander 4 days ago saved 2 times
Tags:

5 days ago

Query and aggregate massive datasets at 4.0 GB/s using SIMD-accelerated “Blind Scanning.” Up to 50x faster than jq.

Tags:

6 days ago

Moonstone — the modern, content-addressed package manager and deterministic environment orchestrator for Lua.

by teddy 6 days ago saved 2 times
Tags:

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.

by yahourt 3 weeks ago saved 2 times
Tags:

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.

Tags:

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.


04 Jun 26

C/C++ projects ported to use the zig build system

Tags: