Show HN: A standalone server for probabilistic data structures written in Go(github.com)3 points·by lopezb·hace 6 meses·1 commentsgithub.comShow HN: A standalone server for probabilistic data structures written in Gohttps://github.com/benitolopez/pds1 commentsPost comment[–]lopezb·hace 6 mesesreplyHey 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...
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...