bfs_pointer_table_optimized

Function bfs_pointer_table_optimized 

Source
pub fn bfs_pointer_table_optimized(
    graph_file: &mut GraphFile,
    start: NativeNodeId,
    depth: u32,
) -> Result<Vec<NativeNodeId>, NativeBackendError>
Expand description

Optimized BFS with pointer table (medium graphs, SIMD-capable CPUs)