Hacker News new | ask | show | jobs
Show HN: A standalone server for probabilistic data structures written in Go (github.com)
3 points by lopezb 163 days ago
1 comments

Hey HN, happy new year.

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...