mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 16:40:39 +08:00
re-enable parallel sort in lill4map.cc.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user