Skip to main content

write_mmap_file

Function write_mmap_file 

Source
pub fn write_mmap_file(
    path: &Path,
    postings: &[Postings],
    num_vectors: u32,
) -> Result<(), String>
Expand description

Write the flat binary mmap format from in-RAM posting lists, one per remapped dimension.