pub fn load_mmap<Id>(path: &Path) -> Result<MmapSidecarIndex<Id>>Expand description
Load a sidecar index via memory-mapping (zero-copy).
Convenience wrapper around MmapSidecarIndex::open.
pub fn load_mmap<Id>(path: &Path) -> Result<MmapSidecarIndex<Id>>Load a sidecar index via memory-mapping (zero-copy).
Convenience wrapper around MmapSidecarIndex::open.