mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 13:42:02 +00:00
Lower unroll count
This commit is contained in:
parent
05bfb70c7a
commit
6d5b9c36e0
@ -359,7 +359,7 @@ public:
|
|||||||
|
|
||||||
/// Will use UNROLL_COUNT number of lookup tables.
|
/// Will use UNROLL_COUNT number of lookup tables.
|
||||||
|
|
||||||
static constexpr size_t UNROLL_COUNT = 8;
|
static constexpr size_t UNROLL_COUNT = 4;
|
||||||
|
|
||||||
Data places[256 * UNROLL_COUNT];
|
Data places[256 * UNROLL_COUNT];
|
||||||
bool has_data[256 * UNROLL_COUNT]{}; /// Separate flags array to avoid heavy initialization.
|
bool has_data[256 * UNROLL_COUNT]{}; /// Separate flags array to avoid heavy initialization.
|
||||||
|
Loading…
Reference in New Issue
Block a user