dynamically choose chunk size

This commit is contained in:
2024-10-28 23:23:05 +01:00
parent c7485c4577
commit b4eaf86ed1
3 changed files with 35 additions and 0 deletions

View File

@@ -40,6 +40,8 @@ namespace std { // inject
};
} // std
uint32_t chunkSizeFromFileSize(uint64_t file_size);
struct FT1InfoSHA1 {
std::string file_name;
uint64_t file_size {0};