diskann-utils

Crates.iodiskann-utils
lib.rsdiskann-utils
version0.41.0
created_at2026-01-15 17:41:33.459624+00
updated_at2026-01-15 17:41:33.459624+00
descriptionDiskANN is a fast approximate nearest neighbor search library for high dimensional data
homepage
repository
max_upload_size
id2046156
size163,744
Harsha Vardhan Simhadri (harsha-simhadri)

documentation

https://github.com/microsoft/DiskANN

README

DiskANN Utils

Traits, structs, and algorithms to be shared between the diskann specific crates and auxiliary crates like quantization.

The goal is to allow crates like diskann to use traits like Reborrow and structs like MatrixView without relying on quantization.

Dependencies of this crate should be kept to a minimum as like vector and wide, it sits at the very bottom of the DiskANN dependency stack.

Commit count: 0

cargo fmt