|
When does julia infer optimal code, when not?
|
|
4
|
757
|
November 16, 2018
|
|
Is there way to avoid `materialize` and `copy`?
|
|
20
|
3465
|
November 15, 2018
|
|
Help Optimizing Slow Distributed Array Computation
|
|
7
|
2007
|
November 14, 2018
|
|
Array views becoming dominant source of memory allocation
|
|
31
|
5552
|
November 14, 2018
|
|
Could the usage of `haskey` be unidiomatic/inefficient?
|
|
6
|
1373
|
November 13, 2018
|
|
Does GC overhead scale with memory consumption?
|
|
4
|
877
|
November 12, 2018
|
|
Allocations when manipulating an iterator
|
|
5
|
835
|
November 12, 2018
|
|
Help with optimizing GC time with large objects in memory
|
|
3
|
716
|
November 10, 2018
|
|
Stdin/stdout 10x slower than file open
|
|
13
|
4522
|
November 9, 2018
|
|
Pairwise distance using matrix or Vector{SVector}: The first is faster!
|
|
4
|
1372
|
November 8, 2018
|
|
Inlining behavior: constant prop. fails, I need help in understanding "why"
|
|
9
|
1168
|
November 8, 2018
|
|
Is constructing an array on the fly on this line costing me a lot of memory?
|
|
9
|
895
|
November 8, 2018
|
|
When I import Gtk library my code became immaediately slower
|
|
2
|
576
|
November 8, 2018
|
|
Any way to load a module faster even in a fresh session (given the module has been loaded in a previous sessoin)?
|
|
2
|
1941
|
November 7, 2018
|
|
Warning for array view usage?
|
|
13
|
1154
|
November 6, 2018
|
|
Loading lots of images
|
|
5
|
1847
|
November 5, 2018
|
|
How is factorial(BigInt) so fast?
|
|
10
|
2515
|
November 5, 2018
|
|
Enumerate loop: problem with indexing (method error)
|
|
3
|
517
|
November 5, 2018
|
|
Return type of blockdiag?
|
|
1
|
437
|
November 5, 2018
|
|
Extreme memory usage seemingly caused by using the functions `map` and `Iterators.flatten`
|
|
2
|
754
|
November 4, 2018
|
|
V0.6 vs v1.0: keyword memory allocation example
|
|
3
|
543
|
November 2, 2018
|
|
Splatting arguments causes ~30x slow down
|
|
10
|
6440
|
November 1, 2018
|
|
Comparing Python, Julia, and C++
|
|
21
|
34570
|
November 1, 2018
|
|
Question about internal representation of Union{Missing, Float64}
|
|
2
|
1095
|
October 31, 2018
|
|
Which sorting algorithm should I use?
|
|
2
|
788
|
October 31, 2018
|
|
Better ways of passing functions around?
|
|
17
|
1404
|
October 31, 2018
|
|
Performance problem of count?
|
|
21
|
2097
|
October 28, 2018
|
|
Unexpectedly high memory allocation when running n-body simulation
|
|
3
|
1018
|
October 28, 2018
|
|
Performance of Memory Mapped Arrays (vs. JLD2)
|
|
2
|
2250
|
October 26, 2018
|
|
How to efficiently transform vector of structures?
|
|
5
|
1015
|
October 26, 2018
|