Bump M to 12 again
This commit is contained in:
parent
092d6a0176
commit
d885f1b72d
|
@ -844,4 +844,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 = 6;
|
||||
const M: usize = 12;
|
||||
|
|
Loading…
Reference in New Issue