Skip to content

Convert IndexImpl to IdMap<IndexImpl> #26

Closed
@ava57r

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions