Reduce SIZE because of build failures
This commit is contained in:
parent
bd5161473b
commit
348d7de52c
@ -5,7 +5,7 @@
|
|||||||
import java.util.*;
|
import java.util.*;
|
||||||
|
|
||||||
public class ParallelPrefix {
|
public class ParallelPrefix {
|
||||||
static final int SIZE = 20_000_000;
|
static final int SIZE = 10_000_000;
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
long[] nums = new long[SIZE];
|
long[] nums = new long[SIZE];
|
||||||
Arrays.setAll(nums, n -> n);
|
Arrays.setAll(nums, n -> n);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user