top | item 46465614 Show HN: A standalone server for probabilistic data structures written in Go 3 points| lopezb | 1 month ago |github.com 1 comment order hn newest lopezb|1 month ago 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...
lopezb|1 month ago 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...
lopezb|1 month 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...