Bump M to 32
This commit is contained in:
parent
619ea8a561
commit
eb7b9aafb3
|
@ -774,4 +774,4 @@ impl Index<PointId> for [ZeroNode] {
|
||||||
/// The parameter `M` from the paper
|
/// The parameter `M` from the paper
|
||||||
///
|
///
|
||||||
/// This should become a generic argument to `Hnsw` when possible.
|
/// This should become a generic argument to `Hnsw` when possible.
|
||||||
const M: usize = 24;
|
const M: usize = 32;
|
||||||
|
|
Loading…
Reference in New Issue