You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get rid of AlignedBoxWithSlice. This has literally been replaced with diskann-quantization::alloc::Poly as its implementation. Its one non-trivial method split_into_nonoverlapping_mut_slices can simply be replaced with rayon's ParChunksMut.