HW2: RC3a - Remove stats optimization

This commit is contained in:
2025-01-05 14:05:47 +02:00
parent 0e44a3062c
commit df92833c1b
51 changed files with 3943 additions and 70 deletions
-2
View File
@@ -9,8 +9,6 @@
#include "utils.hpp"
#include "distsort.hpp"
//! Statistic variables for exchange optimization
distStat_t localStat, remoteStat;
//! Performance timers for each one of the "costly" functions
Timing TfullSort, Texchange, Tminmax, TelbowSort;