Adjust the limits, with performance in mind - to be auditioned
This commit is contained in:
@@ -117,9 +117,10 @@ protected:
|
|||||||
maxInhop(1024) {
|
maxInhop(1024) {
|
||||||
if (options & RubberBandStretcher::OptionWindowShort) {
|
if (options & RubberBandStretcher::OptionWindowShort) {
|
||||||
// See note in calculateHop
|
// See note in calculateHop
|
||||||
|
minPreferredOuthop = 256;
|
||||||
maxPreferredOuthop = 640;
|
maxPreferredOuthop = 640;
|
||||||
maxInhopWithReadahead = 512;
|
maxInhopWithReadahead = 512;
|
||||||
maxInhop = 1024;
|
maxInhop = 1560;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user