I built PDS, a standalone server for probabilistic data structures in Go. In-memory, uses Redis's RESP protocol, supports HyperLogLog, Bloom Filters, Count-Min Sketch, and Top-K.
If you're curious, I wrote a post about how I built it and how I used LLMs during development: http://lopezb.com/articles/pds-a-go-server-and-an-honest-loo...
lopezb•2h ago
I built PDS, a standalone server for probabilistic data structures in Go. In-memory, uses Redis's RESP protocol, supports HyperLogLog, Bloom Filters, Count-Min Sketch, and Top-K.
If you're curious, I wrote a post about how I built it and how I used LLMs during development: http://lopezb.com/articles/pds-a-go-server-and-an-honest-loo...