BusterMQ: Thread-per-core NATS server written in Zig with io_uring
TL;DR BusterMQ is a NATS-compatible server implemented in Zig that uses a thread-per-core model and Linux io_uring. Local benchmarks on…
Wow News on Tech and AI
TL;DR BusterMQ is a NATS-compatible server implemented in Zig that uses a thread-per-core model and Linux io_uring. Local benchmarks on…
TL;DR zpdf is an alpha-stage PDF text extraction library implemented in Zig that emphasizes speed through memory mapping, SIMD-accelerated routines…
TL;DR Zpdf is a zero-copy PDF text-extraction library written in Zig that emphasizes memory-mapped I/O, SIMD string ops and parallel…
TL;DR A developer built a small Redis-compatible key/value server in Zig that allocates all required memory at startup and reuses…
TL;DR Bun 1.3 bundles many new capabilities into the Zig-written JavaScript runtime, adding server tooling, database clients, Redis support, isolated…