Bump M to 32

This commit is contained in:
Dirkjan Ochtman 2021-01-12 16:35:47 +01:00
parent 619ea8a561
commit eb7b9aafb3
1 changed files with 1 additions and 1 deletions

View File

@ -774,4 +774,4 @@ impl Index<PointId> for [ZeroNode] {
/// The parameter `M` from the paper
///
/// This should become a generic argument to `Hnsw` when possible.
const M: usize = 24;
const M: usize = 32;