forked from mirror/toddcox-faster
Build path on-demand, remove Action
Removing the path checks on Cosets::set drastically improves performance. E7 is now <1s and B8 is now <5s.
This commit is contained in:
@@ -12,7 +12,7 @@ void test(const G &group) {
|
||||
auto e = std::clock();
|
||||
|
||||
double diff = (double) (e - s) / CLOCKS_PER_SEC;
|
||||
int order = cosets.size();
|
||||
int order = cosets.order();
|
||||
|
||||
std::cout
|
||||
<< std::setw(7) << group.name() << ", "
|
||||
|
||||
Reference in New Issue
Block a user