A single-process, RAM only FIFO that you can spin up with virtually zero config, drop next to a container, and hit at ~µs latencies. No clustering logic, no external store, just a fast, transparent buffer.
⚡️
Replies
Best
Maker
📌
Zapq is a blazing-fast, in-memory FIFO queue built in Go — designed for performance-critical systems that need simplicity, speed, and reliability. No dependencies, no clutter — just queues that fly. 🧠⚡
Built this to scratch my own itch while scaling on premise systems that needed low-latency queuing with concurrency control and observability built-in. Open source, MIT licensed, and ready for you to use or extend.
Would love to hear your thoughts, feedback, and feature suggestions! 💬
Check it out here 👉 github.com/raiyanyahya/zapq
Thanks for the support! ❤️
Replies
@raiyanyahya great to see you shipping again!
@raiyanyahya looks useful. will try it out.