rkv
Redis compatible in memory store speaking RESP2 over a single threaded epoll/kqueue reactor via raw libc FFI. No Tokio. Runs unmodified against redis-cli and redis-benchmark.
Curiosity compiled
A collection of my favourite projects and experiments.
Redis compatible in memory store speaking RESP2 over a single threaded epoll/kqueue reactor via raw libc FFI. No Tokio. Runs unmodified against redis-cli and redis-benchmark.
HTTP/1.1 server on raw TCP sockets, zero net/http. Request parsing, chunked transfer, keep alive, TLS, graceful shutdown, and a chainable middleware system.
Distributed, Snowflake inspired unique ID generator built for high throughput, low latency concurrent ID generation across threads.
Multipurpose Discord bot serving 6,300+ servers and 15K+ active users. PostgreSQL backed, with 161 commands and 340K+ commands run.
Production ready Litestar API template with token auth, role based access control, rate limiting, and PostgreSQL migrations, containerized with multi stage Docker.
The very site you are reading.