Skip to content

Commit

Permalink
re-enable parallel sort in lill4map.cc.
Browse files Browse the repository at this point in the history
  • Loading branch information
greg7mdp committed Mar 31, 2024
1 parent 6f5d3cc commit effca24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lill4map.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit effca24

Please sign in to comment.