We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d52c9d9 commit b98f207Copy full SHA for b98f207
src/commons/DBReader.cpp
@@ -947,9 +947,7 @@ size_t DBReader<unsigned int>::indexMemorySize(const DBReader<unsigned int> &idx
947
// maxSeqLen + lastKey + dbtype
948
+ 3 * sizeof(unsigned int)
949
// index
950
- + idx.size * sizeof(DBReader<unsigned int>::Index)
951
- // seqLens
952
- + idx.size * sizeof(unsigned int);
+ + idx.size * sizeof(DBReader<unsigned int>::Index);
953
954
return memSize;
955
}
0 commit comments