Bump M to 12 again

This commit is contained in:
Dirkjan Ochtman 2021-01-19 14:15:24 +01:00
parent 092d6a0176
commit d885f1b72d
1 changed files with 1 additions and 1 deletions

View File

@ -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;