rust-cv/hnsw

Use usize everywhere instead of u32

vadixidav opened this issue · 0 comments

Right now there is some usize and some u32 usage to refer to internal nodes. Specifically, Neighbor from space uses usize. We should only use usize.