# same container, and not separated by a comma, ? or :
# This is an interface between the _to_go arrays to the rLL array
my ( $self, $i1, $i2 ) = @_;
+
+ # quick check
+ return if ( $parent_seqno_to_go[$i1] ne $parent_seqno_to_go[$i2] );
+
+ # full check
return $self->in_same_container_K( $K_to_go[$i1], $K_to_go[$i2] );
}
=over 4
+=item B<Minor optimization>
+
+Added a quick check to bypass a needless sub call.
+
+26 Jan 2021.
+
=item B<Eliminate token variable _LEVEL_TRUE_>
It was possible to eliminate this token variable by changing the order