memcachex is an experimental, performance-focused Memcached client for Go. It’s built around an event-loop network engine and async-first APIs, aimed at high-concurrency workloads where goroutine-per-request models start to break down.
I’ve included detailed, reproducible benchmarks (including latency, CPU usage, and pipelined mode) here: https://github.com/atsegelnyk/memcachex/blob/main/BENCHMARKS...
This is an alpha release — feedback, criticism, and real-world use cases are very welcome.
atsegelnyk•1h ago
memcachex is an experimental, performance-focused Memcached client for Go. It’s built around an event-loop network engine and async-first APIs, aimed at high-concurrency workloads where goroutine-per-request models start to break down.
I’ve included detailed, reproducible benchmarks (including latency, CPU usage, and pipelined mode) here: https://github.com/atsegelnyk/memcachex/blob/main/BENCHMARKS...
This is an alpha release — feedback, criticism, and real-world use cases are very welcome.