Fortran vs Julia stack allocated arrays
|
|
18
|
6540
|
November 29, 2018
|
Memoization of functions with vector inputs in Julia and JuMP
|
|
0
|
456
|
November 29, 2018
|
Achieving C++ Speeds for a CFD Algorithm: Julia spends too much time on pre-allocation?
|
|
22
|
3651
|
November 28, 2018
|
Sparse array problem: is this a known bug?
|
|
6
|
681
|
November 27, 2018
|
GLM is slow on large datasets. Using OnlineStats for regressions? MixedModels?
|
|
25
|
5118
|
November 26, 2018
|
Behavior of worker pool in pmap
|
|
2
|
904
|
November 25, 2018
|
Compilation performance. Branching
|
|
3
|
1010
|
November 25, 2018
|
Sluggish performance when loading in modules DataFrames, CSV
|
|
0
|
431
|
November 22, 2018
|
Small benchmark
|
|
14
|
2786
|
November 21, 2018
|
Macro hygiene in nested quote not working
|
|
11
|
1245
|
November 21, 2018
|
Problems Installing Julia and MKL OSX
|
|
6
|
1536
|
November 19, 2018
|
Building Julia: Does the compiler matter?
|
|
3
|
1802
|
November 19, 2018
|
Source code from "Julia: Dynamism and Performance Reconciled by Design"?
|
|
4
|
881
|
November 19, 2018
|
Migrating code from Matlab: Accessing arrays without allocating
|
|
20
|
1957
|
November 19, 2018
|
Help reduce large gc time
|
|
32
|
3705
|
November 18, 2018
|
Reassigning variable in do syntax is not optimized, ``Ref`` is, what is the difference?
|
|
1
|
525
|
November 17, 2018
|
Is this a valid @pure function?
|
|
3
|
642
|
November 16, 2018
|
When does julia infer optimal code, when not?
|
|
4
|
687
|
November 16, 2018
|
Is there way to avoid `materialize` and `copy`?
|
|
20
|
3255
|
November 15, 2018
|
Help Optimizing Slow Distributed Array Computation
|
|
7
|
1914
|
November 14, 2018
|
Array views becoming dominant source of memory allocation
|
|
31
|
5178
|
November 14, 2018
|
Could the usage of `haskey` be unidiomatic/inefficient?
|
|
6
|
1296
|
November 13, 2018
|
Does GC overhead scale with memory consumption?
|
|
4
|
817
|
November 12, 2018
|
Allocations when manipulating an iterator
|
|
5
|
767
|
November 12, 2018
|
Help with optimizing GC time with large objects in memory
|
|
3
|
659
|
November 10, 2018
|
Stdin/stdout 10x slower than file open
|
|
13
|
4317
|
November 9, 2018
|
Topological sort (performance)
|
|
41
|
4208
|
November 8, 2018
|
Pairwise distance using matrix or Vector{SVector}: The first is faster!
|
|
4
|
1296
|
November 8, 2018
|
Inlining behavior: constant prop. fails, I need help in understanding "why"
|
|
9
|
1062
|
November 8, 2018
|
Is constructing an array on the fly on this line costing me a lot of memory?
|
|
9
|
797
|
November 8, 2018
|