##// END OF EJS Templates
rust-index: simplification in find_gca_candidates()...
rust-index: simplification in find_gca_candidates() `parent_seen` can be made a mutable ref, making this part more obvious, not needing to be commented so much. The micro-optimization of avoiding the union if `parent_seen` and `current_seen` agree is pushed down in the `union()` method of the fast, `u64` based bit set implementation (in case it matters).
Georges Racinet -
r52121:61a6ef87 default
Show More
Name Size Modified Last Commit Author
/ rust / chg
src
Cargo.lock Loading ...
Cargo.toml Loading ...
build.rs Loading ...