re-enable parallel sort in lill4map.cc.

This commit is contained in:
greg7mdp
2024-03-31 18:05:01 -04:00
parent 6f5d3ccc0d
commit effca243e6
+1 -1
View File
@@ -43,7 +43,7 @@
// Note: Another option is downloading and unpacking Boost locally.
// (no need to build it because the bits we use are header file only)
#include <string_view>
#define USE_BOOST_PARALLEL_SORT 0
#define USE_BOOST_PARALLEL_SORT 1
#include <chrono>
#include <thread>