Closed
Description
Hello.
Example
let index = FlatIndexImpl::new_l2(4).unwrap();
let id_map = IdMap::new(index).unwrap();
write_index(&id_map, "/tmp/id_map_ex.dat").unwrap();
let new_index = read_index("/tmp/id_map_ex.dat").unwrap();
new_index
is IndexImpl
Metadata
Assignees
Labels
No labels