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 A developer built a small Redis-compatible key/value server in Zig that allocates all required memory at startup and reuses…