We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DEFAULT_CHUNK_THRESHOLD
1 parent ff56092 commit 309f760Copy full SHA for 309f760
src/prelude.jl
@@ -5,8 +5,6 @@ const AMBIGUOUS_TYPES = (AbstractFloat, Irrational, Integer, Rational, Real, Rou
5
6
const UNARY_PREDICATES = Symbol[:isinf, :isnan, :isfinite, :iseven, :isodd, :isreal, :isinteger]
7
8
-const DEFAULT_CHUNK_THRESHOLD = 12
9
-
10
struct Chunk{N} end
11
12
const CHUNKS = [Chunk{i}() for i in 1:DEFAULT_CHUNK_THRESHOLD]
0 commit comments