Closed jelber2 closed 2 years ago
This does not work
./pg_build_idx simd/3.seqdb simd/3.idx simd/3 34 34 thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', src/bin/pg_build_idx.rs:61:39 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
But this works
./pg_build_idx -k 56 -r 6 -w 80 simd/3.seqdb simd/3.idx simd/3 34 34
This does not work
But this works