SortingAlg

main
edoardocoli 8 months ago
parent 4ce77085f7
commit d0dcc00ade

@ -9,7 +9,7 @@ long long benchmark_reader_file(const char *pathname)
{ {
struct timeval start, end; struct timeval start, end;
unsigned long long startOffset = 0; // Start from the first number (0-based index) unsigned long long startOffset = 0; // Start from the first number (0-based index)
unsigned long long endOffset = -1; // Read up to the X number (exclusive), -1 in the last one because is unsigned unsigned long long endOffset = -1; // Read up to the X number (exclusive), -1 in the last one because is unsigned
FILE *file; FILE *file;
int64_t num; int64_t num;

Loading…
Cancel
Save