Things learned from improving a Rust program
Dec 4, 2024 · 12 min read · Recently, 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...
Join discussion
