Skip to content

Commit

Permalink
add disk writing manner and memoryprediction
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunShow committed Jan 20, 2025
1 parent 62a2ad4 commit 648c635
Show file tree
Hide file tree
Showing 4 changed files with 158 additions and 98 deletions.
4 changes: 2 additions & 2 deletions src/commons/Parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2515,9 +2515,9 @@ void Parameters::setDefaults() {
resultDirection = Parameters::PARAM_RESULT_DIRECTION_TARGET;
weightThr = 0.9;
weightFile = "";
// TODO: change to true after fixing regression tests
matchAdjacentSeq = false;
matchAdjacentSeq = true;
hashSeqBuffer = 1.05;
numDiskBuffer = 0;

// result2stats
stat = "";
Expand Down
1 change: 1 addition & 0 deletions src/commons/Parameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@ class Parameters {
std::string weightFile;
bool matchAdjacentSeq;
float hashSeqBuffer;
int numDiskBuffer;

// indexdb
int checkCompatible;
Expand Down
Loading

0 comments on commit 648c635

Please sign in to comment.