Small, high-performance libraries, mostly in Zig.
| Project | Description |
|---|---|
| zhtml | GiB/s+ HTML parser + CSS selector engine. Destructive by default, non-destructive opt-in. |
| zxml | Low-latency XML DOM parser, 3.7 GB/s turbo profile, strict mode available. |
| oneserial | Typed single-buffer serialization, validate once, traverse via typed views, decode on demand. |
| onealloc | Convert nested structs into one contiguous allocation. IPC-ready, cache-friendly. |
| libbrotli.zig | Vendored libbrotli with typed Zig helpers + full C API. |
| libzstd.zig | Vendored libzstd with typed Zig helpers + full C API. |
| unarr | Multi-format archive bindings, RAR, TAR, ZIP, 7z. Zig-managed C build. |
| zig_dotenv | Comptime and runtime .env loader. Microlibrary, copy it in or fetch it. |
| timetravel | Rolling audio buffer recorder for Android (Kotlin). Disk-backed restore, fast export. |
In Progress, likely broken.
| Project | Description |
|---|---|
| zhttp | Low-latency HTTP/1.1 server with comptime routing, typed captures, composable middleware. |
| zws | RFC 6455 WebSocket primitives, lean frame hot path, permessage-deflate, strict validation. |
| ziglibc | Experimental libc in Zig, C stdlib + POSIX surface. |
| alldriver | Cross-platform browser automation via CDP + BiDi. Chrome, Firefox, Lightpanda, Electron, WebView2. |
| subdl | Subtitle scraper with 12 providers, CLI, and Vaxis TUI. |
No plan to work further on these.
| Project | Description |
|---|---|
| java_debug_shell | Keyword-free scripting language for Java debugging. Full JVM interop, single file. |
Small thingz, well made.