roc/crates/compiler/collections/src
Ayaz Hafiz 947808bbb3
Checking if a connected component has a bridge needs to look at all edges
With a graph

A -> B

if we visit the order B, A to collect SCCs, we won't see that B has
pre-order edges until we look at A.
2022-12-02 11:50:12 -06:00
..
all.rs Use fnv hasher for layout cache 2022-08-31 14:26:16 -05:00
lib.rs updating rust package documentation 2022-11-03 20:00:06 +11:00
reference_matrix.rs Checking if a connected component has a bridge needs to look at all edges 2022-12-02 11:50:12 -06:00
small_string_interner.rs Mutex::new() is now const 2022-11-09 17:51:43 +01:00
soa.rs Constrain with Types SoA, sans borrow checker 2022-11-11 21:16:05 -06:00
vec_map.rs Mutex::new() is now const 2022-11-09 17:51:43 +01:00
vec_set.rs Add retain to VecSet 2022-11-16 14:05:50 -06:00