rust-cv/hnsw

Allow M_MAX and M_MAX0 to be paramaterizable

vadixidav opened this issue · 0 comments

For the time being, this will need to be done with generic-array. Ultimately, const generics will be used to do this, but it may be a few months before that is even possible on nightly.