Keming Yangcodec.hashnode.dev·Dec 4, 2024Things learned from improving a Rust programRecently, I've been working on a new approximate nearest neighbor search algorithm called RaBitQ. The author has already provided a C++ implementation that runs quite fast. I tried to rewrite it in Rust (yet another RiiR). However, I found that my im...rabitq