datavorous_
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Your harness design is probably bad (datavorous.github.io)
-
I made a chess engine today, and made it fit within 2KB. I used a variant of MinMax called Negamax, with alpha beta pruning. For the board representation I have used a 120-cell "mailbox". I managed to squeeze in…
-
Hey HN, I've been building a small in-memory vector search library as a way to explore ANN systems from first principles. I was inspired by Spotify's annoy, and Meta's FAISS. Currently, it's a CPU-first C++ library with…