Reset M to 12 for now
This commit is contained in:
parent
c3a7ff5d23
commit
6db0f151ec
|
@ -840,4 +840,4 @@ impl IndexMut<PointId> for Vec<ZeroNode> {
|
|||
/// The parameter `M` from the paper
|
||||
///
|
||||
/// This should become a generic argument to `Hnsw` when possible.
|
||||
const M: usize = 32;
|
||||
const M: usize = 12;
|
||||
|
|
Loading…
Reference in New Issue