Reset M to 12 for now

This commit is contained in:
Dirkjan Ochtman 2021-01-19 10:50:41 +01:00
parent c3a7ff5d23
commit 6db0f151ec
1 changed files with 1 additions and 1 deletions

View File

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