add --eof-in-length option

This commit is contained in:
2022-09-26 23:41:17 +02:00
parent b12c8f8d93
commit 8715dede0e
5 changed files with 33 additions and 7 deletions

View File

@@ -110,6 +110,9 @@ fn parse(
max_arrivals: usize,
config: &crate::Config,
) {
if length < config.min_length() {
return;
}
cost_counter.reset();
let mut state = arrival.state.clone();
let op = lz::Op::Match {