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)
pub fn bfs_pointer_table_optimized(
graph_file: &mut GraphFile,
start: NativeNodeId,
depth: u32,
) -> Result<Vec<NativeNodeId>, NativeBackendError>Optimized BFS with pointer table (medium graphs, SIMD-capable CPUs)