Show HN: A standalone server for probabilistic data structures written in Go(github.com)3 ポイント·投稿者 lopezb·6 か月前·1 コメントgithub.comShow HN: A standalone server for probabilistic data structures written in Gohttps://github.com/benitolopez/pds1 コメントコメントを投稿[–]lopezb·6 か月前返信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...
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...