From 8acabe18cad69d7c7ed7a00ffef654abc3873a16 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 9 Dec 2021 00:42:39 +0100 Subject: Multi-threaded pruning table generation - now it's actually fast :) --- src/cubetypes.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/cubetypes.h') diff --git a/src/cubetypes.h b/src/cubetypes.h index ccc2d34..9ec8620 100644 --- a/src/cubetypes.h +++ b/src/cubetypes.h @@ -330,12 +330,13 @@ struct threaddatagenpt { int thid; + int nthreads; PruneData * pd; int d; - uint64_t rangemin; - uint64_t rangemax; + Move * ms; int nchunks; pthread_mutex_t ** mutex; + pthread_mutex_t * upmutex; }; #endif -- cgit v1.3